Sagar Sumit
Sagar Sumit
> I'm a little worried about JOLs performance though, so would be great if we can write simple JMH based micro-benchmark for it and compare it against what we had...
> ``` > 22/07/30 23:35:16 INFO ApplicationMaster: Unregistering ApplicationMaster with FAILED (diag message: User class threw exception: java.lang.NullPointerException > at org.apache.hudi.client.transaction.ConcurrentOperation.getFileIdsFromRequestedReplaceMetadata(ConcurrentOperation.java:162) > ``` > > this PR can fix the...
@Shubham21k you're adding column `ten` of type `boolean` and yet the default value (`ten_10`) is string. Is this expected?
Also, compared to similiar column `six`, looks like the schema registry does not add null default for `ten`. For `six`, this is what schema registry reports: ``` {\"name\":\"six\",\"type\":[{\"type\":\"string\",\"connect.default\":\"sfa\"},\"null\"],\"default\":\"sfa\"} ``` For...
@the-other-tim-brown Thanks for digging into the code. I think you may have found the root cause. Did you try to reproduce this? Would be great if you can create a...
Created HUDI-4942 to track this issue. @Shubham21k Can you try the patch https://github.com/apache/hudi/pull/6817
Looks like the user-specified schema provider is already being honored. I also added a unit test with evolving schema in #6817. In this case, schema registry is the schema provider...
[HUDI-4898] presto/hive respect payload during merge parquet file and logfile when reading mor table
@xiarixiaoyao There are some CI failures. Can you please fix them and rebase?
[HUDI-4898] presto/hive respect payload during merge parquet file and logfile when reading mor table
Canceling the CI run to prioritize release blocker PRs. Apologies. I will re-trigger once the blockers have finished.
Disabling should resolve the issue. In later Hudi versions, this is disabled by default. See https://github.com/apache/hudi/issues/2983 Please reopen if you still face this issue after disabling consistency check.