This is an automated email from the ASF dual-hosted git repository.
leesf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 7d9f9d7 [HUDI-1991] Fixing drop dups exception in bulk insert row
writer path (#3055)
add 769dd2d [HUDI-2004] Move CheckpointUtils test cases to independant
class (#3072)
No new revisions were added by this update.
Summary of changes:
.../utilities/sources/helpers/KafkaOffsetGen.java | 4 +-
.../hudi/utilities/sources/TestKafkaSource.java | 66 -----------
.../sources/helpers/TestCheckpointUtils.java | 126 +++++++++++++++++++++
3 files changed, 128 insertions(+), 68 deletions(-)
create mode 100644
hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/helpers/TestCheckpointUtils.java