You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by sz...@apache.org on 2022/08/09 18:09:17 UTC

[iceberg] branch master updated (b1ab35d66 -> eef306c10)

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

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


    from b1ab35d66 Python: Bump pyarrow from 8.0.0 to 9.0.0 in /python (#5455)
     add eef306c10 Core: Partition filter pushdown for entries table (#5443)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/AllEntriesTable.java   |  34 +----
 ...festEntriesTable.java => BaseEntriesTable.java} | 103 +++++++--------
 .../org/apache/iceberg/ManifestEntriesTable.java   |  96 +-------------
 .../apache/iceberg/TestMetadataTableFilters.java   | 140 ++++++++++++---------
 4 files changed, 132 insertions(+), 241 deletions(-)
 copy core/src/main/java/org/apache/iceberg/{ManifestEntriesTable.java => BaseEntriesTable.java} (64%)