You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2020/11/20 23:05:46 UTC

[iceberg] branch master updated (1cc41e1 -> 064d802)

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

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


    from 1cc41e1  Spark: Fix key error with duplicate data files (#1798)
     add 064d802  Spark: Fix resolution of metadata tables in actions (#1784)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/actions/BaseSparkAction.java    |  56 ++++++-----
 .../java/org/apache/iceberg/spark/Spark3Util.java  | 108 +++++++++++++++++++++
 .../actions/TestRemoveOrphanFilesAction3.java      |  60 ++++++++++--
 3 files changed, 196 insertions(+), 28 deletions(-)