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/16 20:56:35 UTC

[iceberg] branch master updated (9907a97351 -> abac62f857)

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 9907a97351 API, Core: Expose file and data sequence numbers through ContentFile (#7555)
     add abac62f857 Spark 3.4: Avoid local sort for MERGE cardinality check (#7558)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 jmh.gradle                                         |   1 +
 spark/v3.4/build.gradle                            |   1 +
 .../spark/MergeCardinalityCheckBenchmark.java      | 227 +++++++++++++++++++++
 .../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, 263 insertions(+), 34 deletions(-)
 create mode 100644 spark/v3.4/spark-extensions/src/jmh/java/org/apache/iceberg/spark/MergeCardinalityCheckBenchmark.java