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 2022/02/20 16:36:54 UTC

[iceberg] branch master updated (701199f -> 74db81f)

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 701199f  Spark: Add unit test for ExpireSnapshot with DeleteFile (#4141)
     add 74db81f  Core: Support parallel scan planning with a custom thread pool (#4146)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/TableScan.java    | 10 ++++
 .../java/org/apache/iceberg/AllDataFilesTable.java | 10 ++--
 .../java/org/apache/iceberg/AllEntriesTable.java   | 10 ++--
 .../java/org/apache/iceberg/BaseTableScan.java     |  6 +++
 .../java/org/apache/iceberg/DataTableScan.java     |  6 +--
 .../apache/iceberg/IncrementalDataTableScan.java   |  6 +--
 .../java/org/apache/iceberg/PartitionsTable.java   |  6 +--
 .../java/org/apache/iceberg/TableScanContext.java  | 52 ++++++++++++++----
 .../java/org/apache/iceberg/TestDataTableScan.java | 19 +++++++
 .../iceberg/TestIncrementalDataTableScan.java      | 21 ++++++++
 .../org/apache/iceberg/TestMetadataTableScans.java | 61 ++++++++++++++++++++++
 11 files changed, 179 insertions(+), 28 deletions(-)