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 5ba8d7ca1915 test(trino): build the E2E server image from the pin
(#19953)
add 77b65597592c fix(flink): handle index write buffer failures and
resource cleanup (#19973)
No new revisions were added by this update.
Summary of changes:
.../sink/partitioner/index/IndexWriteFunction.java | 34 ++----
.../org/apache/hudi/sink/TestWriteCopyOnWrite.java | 85 +++++++++++++
.../partitioner/index/TestIndexWriteFunction.java | 132 +++++++++++++++++++++
3 files changed, 227 insertions(+), 24 deletions(-)
create mode 100644
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/partitioner/index/TestIndexWriteFunction.java