This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 7dbd6f3c770 [HUDI-9322] Optimizing performance for hoodie log files
writing (#13170)
add 46d3e754b54 [HUDI-9319] Fix inconsistency of ordering value type
between reader and writer (#13163)
No new revisions were added by this update.
Summary of changes:
.../apache/hudi/common/util/SpillableMapUtils.java | 6 ++-
...ConsistentBucketStreamWriteFunctionWrapper.java | 6 ++-
.../{ScalaCollector.java => RecordsCollector.java} | 20 ++++++---
.../sink/utils/StreamWriteFunctionWrapper.java | 8 ++--
.../apache/hudi/table/format/TestInputFormat.java | 48 +++++++++++++++++++---
.../org/apache/hudi/utils/TestConfigurations.java | 17 ++++++++
.../test/java/org/apache/hudi/utils/TestData.java | 33 +++++++++++++--
7 files changed, 117 insertions(+), 21 deletions(-)
rename
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/utils/{ScalaCollector.java
=> RecordsCollector.java} (75%)