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 2021/03/23 01:08:32 UTC

[iceberg] branch master updated (d24cc69 -> ff2fd46)

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 d24cc69  Core: Add missing tests and comments for sort order parsing (#2355)
     add ff2fd46  Spark: Refactor action for removing orphan files (#2353)

No new revisions were added by this update.

Summary of changes:
 .../actions/BaseRemoveOrphanFilesActionResult.java |  15 +-
 .../java/org/apache/iceberg/actions/Actions.java   |   4 +-
 .../iceberg/actions/RemoveOrphanFilesAction.java   | 204 ++-------------------
 .../actions/BaseRemoveOrphanFilesSparkAction.java} |  55 +++---
 4 files changed, 49 insertions(+), 229 deletions(-)
 copy spark2/src/main/java/org/apache/iceberg/actions/SparkActions.java => core/src/main/java/org/apache/iceberg/actions/BaseRemoveOrphanFilesActionResult.java (69%)
 copy spark/src/main/java/org/apache/iceberg/{actions/RemoveOrphanFilesAction.java => spark/actions/BaseRemoveOrphanFilesSparkAction.java} (86%)