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 2021/08/03 14:40:11 UTC

[iceberg] branch master updated (a4ffcd5 -> a42a546)

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 a4ffcd5  Docs: Update Slack invite link (#2904)
     add a42a546  Core: Fix partition field IDs in table replacement (#2906)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/TableMetadata.java     | 66 ++++++++++++++++++--
 .../org/apache/iceberg/TestReplaceTransaction.java | 44 ++++++++++++--
 .../java/org/apache/iceberg/TestTableMetadata.java | 70 ++++++++++++++++++++++
 .../apache/iceberg/hadoop/TestHadoopCatalog.java   |  8 ++-
 .../org/apache/iceberg/jdbc/TestJdbcCatalog.java   |  8 ++-
 .../iceberg/hive/HiveCreateReplaceTableTest.java   | 14 ++++-
 .../org/apache/iceberg/hive/TestHiveCatalog.java   |  8 ++-
 7 files changed, 203 insertions(+), 15 deletions(-)