You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by yu...@apache.org on 2022/12/14 23:09:35 UTC

[iceberg] branch master updated (b735401792 -> 78a448ee83)

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

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


    from b735401792 Flink: use correct metric config for position deletes (#6313)
     add 78a448ee83 Spark 3.3: Time range query of changelog tables (#6350)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/util/SnapshotUtil.java |   3 +-
 ...elogBatchReads.java => TestChangelogTable.java} | 154 +++++++++++++++------
 .../org/apache/iceberg/spark/SparkReadConf.java    |   8 ++
 .../org/apache/iceberg/spark/SparkReadOptions.java |   6 +
 .../iceberg/spark/source/SparkScanBuilder.java     |  55 ++++++++
 5 files changed, 182 insertions(+), 44 deletions(-)
 rename spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/{TestChangelogBatchReads.java => TestChangelogTable.java} (66%)