You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2023/03/22 07:16:24 UTC

[hudi] branch master updated (ff921568226 -> a75da8cd6aa)

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 ff921568226 fix error info not show in CreateHoodieTableCommand (#8251)
     add a75da8cd6aa [HUDI-5822] Fix bucket stream writer fileId not found exception (#8263)

No new revisions were added by this update.

Summary of changes:
 .../hudi/common/testutils/FileCreateUtils.java     |  16 +-
 .../sink/bucket/BucketStreamWriteFunction.java     |  17 +-
 .../hudi/sink/bucket/ITTestBucketStreamWrite.java  | 184 +++++++++++++++++++++
 3 files changed, 206 insertions(+), 11 deletions(-)
 create mode 100644 hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/bucket/ITTestBucketStreamWrite.java