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/01/18 20:44:07 UTC

[iceberg] branch master updated (3a7ac73 -> c0e5ec6)

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 3a7ac73  Hive: Support INSERT INTO using HiveIcebergRecordWriter (#2038)
     add c0e5ec6  Core: Reject duplicate identity partitions (#2061)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/PartitionSpec.java   | 19 ++++++++++++-------
 .../java/org/apache/iceberg/transforms/Dates.java     |  5 +++++
 .../org/apache/iceberg/transforms/Timestamps.java     |  5 +++++
 .../java/org/apache/iceberg/transforms/Transform.java | 10 ++++++++++
 .../apache/iceberg/TestPartitionSpecValidation.java   | 15 +++++++++++++++
 5 files changed, 47 insertions(+), 7 deletions(-)