You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/03/25 18:37:08 UTC

[iceberg] branch master updated (90225d6 -> c9e7663)

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

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


    from 90225d6  Core: Don't delete data files on DROP if GC is disabled (#2367)
     add c9e7663  Flink: Fix manifest serialization with Kryo (#2349)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/GenericManifestFile.java    | 24 ++++--
 .../java/org/apache/iceberg/flink/TestHelpers.java | 65 +++++++++++++++
 .../flink}/TestManifestFileSerialization.java      | 92 ++++++++--------------
 .../iceberg/flink/sink/TestFlinkManifest.java      | 64 +++------------
 .../flink/sink/TestIcebergFilesCommitter.java      |  5 +-
 5 files changed, 127 insertions(+), 123 deletions(-)
 copy {spark/src/test/java/org/apache/iceberg => flink/src/test/java/org/apache/iceberg/flink}/TestManifestFileSerialization.java (56%)