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/04/15 20:14:04 UTC

[incubator-iceberg] branch master updated (7b99b17 -> b6cdc69)

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/incubator-iceberg.git.


    from 7b99b17  Fix metadata tables with staged initial snapshots (#908)
     add b6cdc69  Add persistent IDs to partition fields (#845)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/PartitionField.java    |  16 ++-
 .../java/org/apache/iceberg/PartitionSpec.java     |  58 ++++++++---
 .../iceberg/TestPartitionSpecValidation.java       |  45 ++++++++-
 .../apache/iceberg/TestTransformSerialization.java |   1 +
 .../org/apache/iceberg/PartitionSpecParser.java    |  15 ++-
 .../java/org/apache/iceberg/TableMetadata.java     |  14 ++-
 .../org/apache/iceberg/TestManifestReader.java     |  43 ++++++++
 .../java/org/apache/iceberg/TestMergeAppend.java   |  95 ++++++++++++++++++
 .../org/apache/iceberg/TestPartitionSpecInfo.java  |   4 +-
 .../apache/iceberg/TestPartitionSpecParser.java    | 111 +++++++++++++++++++++
 .../java/org/apache/iceberg/TestTableMetadata.java |  42 ++++++++
 11 files changed, 420 insertions(+), 24 deletions(-)
 create mode 100644 core/src/test/java/org/apache/iceberg/TestPartitionSpecParser.java