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 c2ebc23e787a test(flink): improve table planning and lookup coverage
(#19394)
add 5727e49ba472 test(flink): improve sink append and partitioner test
coverage (#19399)
No new revisions were added by this update.
Summary of changes:
.../partitioner/index/RecordLevelIndexBackend.java | 3 +-
.../TestAppendWriteFunctionWithBufferSort.java | 128 ++++++++++++-
.../hudi/sink/bulk/TestBulkInsertWriteHelper.java | 17 ++
.../TestDynamicBucketAssignFunction.java | 197 +++++++++++++++++++++
.../index/TestRecordLevelIndexBackend.java | 65 +++++++
.../hudi/sink/utils/ClusteringFunctionWrapper.java | 6 +-
.../hudi/sink/utils/InsertFunctionWrapper.java | 16 +-
.../hudi/sink/utils/TestFunctionWrapper.java | 24 +++
8 files changed, 447 insertions(+), 9 deletions(-)
create mode 100644
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/partitioner/TestDynamicBucketAssignFunction.java