Jon Vexler
Jon Vexler
Yes. It is not exactly the same issue. What I meant is I think the root cause is the same, and it can be solved by upgrading parquet-avro.
made some changes to this pr and put them into a new one https://github.com/apache/hudi/pull/10826. @danny0405 how should we proceed?
azure is actually passing
From your test ``` spark.sql( s""" |create table $tableName ( | id int, | name string, | price int, | ts long |) using hudi | options ( | primaryKey...
@codope That makes sense if you need to specify the column names in insert into, but what happens if you did it in a different order than the one you...
passed ci:
Hi, I took a quick look at this. This reminds me of the challenges with global index change partition: `org.apache.hudi.index.HoodieIndexUtils#mergeForPartitionUpdatesIfNeeded`. Maybe it is different, but taking a look at how...
Hi, just wanted to update. We are working on the design for the fix. It is going to be a pretty major change to MIT so it will take some...
@zhangyue19921010 addressed review comments. Will update pr description if I can get some of the perf info. It was a memory issue because we were serializing WorkloadProfile, HoodieTable, and some...
Trying to get test passing. It's a know flakey test https://github.com/apache/hudi/pull/13474