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 dbec6c5 [HUDI-3022] Fix NPE for isDropPartition method (#4319)
add 9a2030a [HUDI-3024] Add explicit write handler for flink (#4329)
No new revisions were added by this update.
Summary of changes:
.../hudi/execution/ExplicitWriteHandler.java | 65 ++++++++++++++++++++++
.../hudi/execution/FlinkLazyInsertIterable.java | 24 ++++----
.../apache/hudi/io/ExplicitWriteHandleFactory.java | 6 +-
.../java/org/apache/hudi/io/FlinkAppendHandle.java | 5 ++
4 files changed, 86 insertions(+), 14 deletions(-)
create mode 100644
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/execution/ExplicitWriteHandler.java