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/01/22 00:24:49 UTC

[iceberg] branch master updated (9aa43a0 -> 38ec675)

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 9aa43a0  Spark: Distribute and sort writes in MERGE queries (#2022)
     add 38ec675  Spark: Minor refactoring for the cardinality check in MERGE (#2132)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/TableProperties.java   |  4 +--
 .../sql/catalyst/expressions/AccumulateFiles.scala |  6 ++--
 .../sql/catalyst/optimizer/RewriteMergeInto.scala  | 35 +++++++++---------
 .../catalyst/plans/logical/DynamicFileFilter.scala |  7 ++--
 .../utils/RewriteRowLevelOperationHelper.scala     | 41 +++++++++++++---------
 .../datasources/v2/DynamicFileFilterExec.scala     | 23 ++++++------
 .../v2/ExtendedDataSourceV2Strategy.scala          | 11 +++---
 .../spark/extensions/TestMergeIntoTable.java       | 12 +++----
 8 files changed, 72 insertions(+), 67 deletions(-)