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 2022/11/15 00:26:30 UTC

[iceberg] branch master updated (f8aa513ff0 -> 186ee7e9a6)

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 f8aa513ff0 Build: Enable revapi on checked modules, fix API breaks (#6146)
     add 186ee7e9a6 Spark 3.3: Preserve file seq numbers while rewriting manifests (#6176)

No new revisions were added by this update.

Summary of changes:
 .../spark/actions/RewriteManifestsSparkAction.java | 13 ++--
 .../java/org/apache/iceberg/ValidationHelpers.java | 77 ++++++++++++++++++++++
 .../spark/actions/TestRewriteManifestsAction.java  | 68 +++++++++++++++++++
 3 files changed, 154 insertions(+), 4 deletions(-)
 create mode 100644 spark/v3.3/spark/src/test/java/org/apache/iceberg/ValidationHelpers.java