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 07109f2b9f6b [HUDI-9750] Fix empty partition handling with 
HoodieMetadataTableVadlidator (#13765)
     add b8eeb4994192 [HUDI-9735] Add abstractions to HoodieCreateHandle to 
make it more pluggable (#13746)

No new revisions were added by this update.

Summary of changes:
 ...odieCreateHandle.java => BaseCreateHandle.java} | 119 ++---
 .../org/apache/hudi/io/HoodieCreateHandle.java     | 195 +-------
 .../org/apache/hudi/io/TestHoodieCreateHandle.java | 510 +++++++++++++++++++++
 .../org/apache/hudi/io/storage/TestFileWriter.java |  76 +++
 .../org/apache/hudi/table/TestBaseHoodieTable.java |   3 +-
 5 files changed, 643 insertions(+), 260 deletions(-)
 copy 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/{HoodieCreateHandle.java
 => BaseCreateHandle.java} (60%)
 create mode 100644 
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/io/TestHoodieCreateHandle.java
 create mode 100644 
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/io/storage/TestFileWriter.java

Reply via email to