You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by st...@apache.org on 2023/05/23 03:32:18 UTC

[iceberg] branch master updated (2502a23663 -> 9464bc49f5)

This is an automated email from the ASF dual-hosted git repository.

stevenwu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from 2502a23663 Spark 3.4: Distribution and ordering enhancements (#7637)
     add 9464bc49f5 Flink: Port #7171 to flink 1.17

No new revisions were added by this update.

Summary of changes:
 .../iceberg/flink/sink/FlinkManifestUtil.java      |  20 ++-
 .../org/apache/iceberg/flink/sink/FlinkSink.java   |   3 +-
 .../iceberg/flink/sink/IcebergFilesCommitter.java  |  15 ++-
 .../org/apache/iceberg/flink/SimpleDataUtil.java   |  29 +++-
 .../iceberg/flink/sink/TestFlinkManifest.java      |   9 +-
 .../flink/sink/TestIcebergFilesCommitter.java      | 148 ++++++++++++++++++++-
 6 files changed, 200 insertions(+), 24 deletions(-)