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/01/07 22:13:02 UTC

[iceberg] branch master updated (88e5be7 -> a13deea)

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 88e5be7  Spec: Initial OpenAPI template for a REST catalog (#3770)
     add a13deea  Core: Fix partitions metadata table with a column named partition (#3845)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/PartitionSpec.java     | 27 ++++++----
 .../java/org/apache/iceberg/BaseMetadataTable.java |  2 +-
 .../org/apache/iceberg/TestMetadataTableScans.java | 57 ++++++++++++++++++++++
 .../TestMetadataTablesWithPartitionEvolution.java  | 10 ++++
 4 files changed, 86 insertions(+), 10 deletions(-)