This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 45ad35b960c [HUDI-7549] Reverting spurious log block deduction with
LogRecordReader (#10922)
add bbf028027ba [HUDI-7617] Fix issues for bulk insert user defined
partitioner in StreamSync (#11014)
No new revisions were added by this update.
Summary of changes:
.../apache/hudi/table/BulkInsertPartitioner.java | 7 +++
.../hudi/table/TestBulkInsertPartitioner.java | 20 --------
.../JavaCustomColumnsSortPartitioner.java | 10 ++--
.../RDDCustomColumnsSortPartitioner.java | 16 +++----
.../TestBulkInsertInternalPartitioner.java | 7 ++-
.../main/java/org/apache/hudi/DataSourceUtils.java | 2 +-
.../apache/hudi/utilities/streamer/StreamSync.java | 3 +-
.../deltastreamer/TestHoodieDeltaStreamer.java | 55 ++++++++++++++++++++++
8 files changed, 81 insertions(+), 39 deletions(-)