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 2023/05/23 05:19:43 UTC

[iceberg] branch master updated (53683f87fb -> 9585525e92)

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 53683f87fb Flink: Port #7171 to 1.15 (#7679)
     add 9585525e92 Spark 3.3: Avoid local sort for MERGE cardinality check (#7686)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  1 +
 jmh.gradle                                         |  1 +
 spark/v3.3/build.gradle                            |  2 ++
 .../spark/MergeCardinalityCheckBenchmark.java      |  4 +--
 .../catalyst/analysis/RewriteMergeIntoTable.scala  | 32 ++++++++++++++--------
 .../sql/catalyst/plans/logical/MergeRows.scala     |  1 -
 .../v2/ExtendedDataSourceV2Strategy.scala          |  4 +--
 .../execution/datasources/v2/MergeRowsExec.scala   | 30 +++++++-------------
 8 files changed, 39 insertions(+), 36 deletions(-)
 copy spark/{v3.4 => v3.3}/spark-extensions/src/jmh/java/org/apache/iceberg/spark/MergeCardinalityCheckBenchmark.java (98%)