Hudi Bot
Hudi Bot
Test in here "testMultiBaseFile": [^TestSparkNonBlockingConcurrencyControl.java] bulkInsertFirst=true works fine, but the test will fail for bulkInsertFirst=false This is because the name of the filegroup created by the bulk insert at the...
1. Supporting a query task can read multiple file-slice to reduce spark task num ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8393 - Type: Improvement - Fix version(s): - 1.1.0
## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8431 - Type: New Feature - Fix version(s): - 1.1.0 --- ## Comments 24/Oct/24 16:11;yihua;https://github.com/apache/hudi/pull/12143;;;
## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8605 - Type: Bug - Fix version(s): - 1.1.0
For schema conflict resolution, previously we assume all instances with type COMMIT or DELTA_COMMIT comes with a valid schema. This is not true as there can be cases where hoodie...
## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8498 - Type: Bug - Fix version(s): - 1.1.0
## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8499 - Type: Improvement - Fix version(s): - 1.1.0
## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8512 - Type: Improvement - Fix version(s): - 1.1.0
## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8566 - Type: Test - Fix version(s): - 1.1.0
[https://github.com/apache/hudi/pull/12307#discussion_r1872244128] Revisit the following logic to see if the exception class (TableNotFoundException) is accurate. {code:java} if (layoutVersion.isPresent() && tableConfigVersion.isPresent()) { // Ensure layout version passed in config is not lower...