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 2020/10/12 17:33:27 UTC

[iceberg] branch master updated (04d03bc -> 0c50b20)

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 04d03bc  Hive: Run StorageHandler tests with Avro (#1585)
     add 0c50b20  API: Validate bucket and truncate function parameters (#1569)

No new revisions were added by this update.

Summary of changes:
 api/src/main/java/org/apache/iceberg/transforms/Bucket.java      | 4 ++++
 api/src/main/java/org/apache/iceberg/transforms/Truncate.java    | 4 ++++
 .../test/java/org/apache/iceberg/transforms/TestBucketing.java   | 9 +++++++++
 .../test/java/org/apache/iceberg/transforms/TestTruncate.java    | 9 +++++++++
 4 files changed, 26 insertions(+)