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 22:28:07 UTC

[iceberg] branch master updated (30639ef -> 0b2f065)

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 30639ef  Core: Support nulls in StructLike collections (#2929)
     add 0b2f065  Core: Allow creating v2 tables through table property (#2887)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/TableMetadata.java     | 57 ++++++++++++-------
 .../java/org/apache/iceberg/TableProperties.java   | 26 +++++++++
 .../java/org/apache/iceberg/TestTableMetadata.java | 64 ++++++++++++++++++++++
 .../iceberg/flink/TestFlinkCatalogTable.java       | 40 ++++++++++++++
 .../hive/TestHiveIcebergStorageHandlerNoScan.java  | 20 +++++++
 .../apache/iceberg/spark/sql/TestCreateTable.java  | 58 ++++++++++++++++++++
 6 files changed, 246 insertions(+), 19 deletions(-)