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 2022/11/14 22:49:46 UTC

[iceberg] branch master updated (2d1e100be5 -> 33217abf7f)

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 2d1e100be5 Python: Make invalid Literal conversions explicit (#6141)
     add 33217abf7f Core: Add a util method to combine tasks by partition (#2276)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/ContentScanTask.java   |  12 +-
 .../java/org/apache/iceberg/PartitionScanTask.java |   9 +-
 .../org/apache/iceberg/util/StructProjection.java  |  11 ++
 .../org/apache/iceberg/util/TableScanUtil.java     |  70 ++++++++++
 .../java/org/apache/iceberg/MockFileScanTask.java  |   5 +
 .../org/apache/iceberg/util/TestTableScanUtil.java | 141 +++++++++++++++++++++
 6 files changed, 238 insertions(+), 10 deletions(-)
 copy core/src/main/java/org/apache/iceberg/InheritableMetadata.java => api/src/main/java/org/apache/iceberg/PartitionScanTask.java (74%)