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/06 16:55:59 UTC

[iceberg] branch master updated (c988753 -> baa1bb8)

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 c988753  Core: Fix error when a DeleteFile is used twice in a task (#1514)
     add baa1bb8  Spark: Add end-to-end test for partition pruning (#1487)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/spark/source/LogMessage.java    |  34 ++
 .../iceberg/spark/source/TestPartitionPruning.java | 414 +++++++++++++++++++++
 .../spark/source/TestPartitionPruning24.java       |   4 +-
 .../spark/source/TestPartitionPruning3.java        |   4 +-
 4 files changed, 452 insertions(+), 4 deletions(-)
 create mode 100644 spark/src/test/java/org/apache/iceberg/spark/source/TestPartitionPruning.java
 copy spark3/src/test/java/org/apache/iceberg/spark/source/TestPartitionValues3.java => spark2/src/test/java/org/apache/iceberg/spark/source/TestPartitionPruning24.java (87%)
 copy spark2/src/test/java/org/apache/iceberg/spark/source/TestPartitionValues24.java => spark3/src/test/java/org/apache/iceberg/spark/source/TestPartitionPruning3.java (87%)