You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2022/03/28 15:34:18 UTC

[iceberg] branch master updated (6d39f3c -> 6441d6e)

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

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


    from 6d39f3c  ORC: Support estimated length for unclosed file. (#3784)
     add 6441d6e  Core: Fixes read metadata failed after dropped partition transform for V1 format (#3411)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/AllManifestsTable.java |  15 +-
 .../java/org/apache/iceberg/ManifestsTable.java    |  12 +-
 .../main/java/org/apache/iceberg/Partitioning.java |  25 ++-
 .../org/apache/iceberg/TestMetadataTableScans.java | 197 +++++++++++++++++++++
 4 files changed, 234 insertions(+), 15 deletions(-)