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 2019/09/30 17:53:32 UTC

[incubator-iceberg] branch master updated (4bb65c1 -> a97fbca)

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 4bb65c1  Add custom field names to PartitionSpec builder (#498)
     add a97fbca  Fix snapshot summary data for appended manifests (#503)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/MergingSnapshotProducer.java |  4 +++-
 core/src/main/java/org/apache/iceberg/ScanSummary.java        | 11 +++++++++++
 core/src/main/java/org/apache/iceberg/SnapshotProducer.java   |  8 +++++---
 core/src/main/java/org/apache/iceberg/SnapshotSummary.java    | 10 ++++++++++
 core/src/test/java/org/apache/iceberg/TestFastAppend.java     |  4 ++++
 core/src/test/java/org/apache/iceberg/TestMergeAppend.java    |  4 ++++
 6 files changed, 37 insertions(+), 4 deletions(-)