You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2020/10/06 19:39:22 UTC

[iceberg] branch master updated (baa1bb8 -> 3e701a7)

This is an automated email from the ASF dual-hosted git repository.

aokolnychyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.


    from baa1bb8  Spark: Add end-to-end test for partition pruning (#1487)
     add 3e701a7  Core: Add partition summaries in SnapshotSummary builder (#1367)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/BaseRewriteManifests.java   |   1 +
 .../main/java/org/apache/iceberg/FastAppend.java   |   2 +
 .../apache/iceberg/MergingSnapshotProducer.java    |   2 +
 .../java/org/apache/iceberg/SnapshotSummary.java   | 268 ++++++++++++++++-----
 .../java/org/apache/iceberg/TableProperties.java   |   3 +
 .../java/org/apache/iceberg/TestFastAppend.java    |  72 ++++++
 .../java/org/apache/iceberg/TestMergeAppend.java   |  72 ++++++
 site/docs/configuration.md                         |   1 +
 8 files changed, 358 insertions(+), 63 deletions(-)