You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2020/04/09 16:11:51 UTC

[incubator-iceberg] branch master updated (0a42490 -> 898c122)

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

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


    from 0a42490  Use null-safe locations in metadata tables (#906)
     add 898c122  Spark: Add ORC to parameterized tests (#892)

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |   1 +
 .../apache/iceberg/spark/data/GenericsHelpers.java | 295 ++++++++++++++++++++
 .../iceberg/spark/source/TestDataFrameWrites.java  |  43 +--
 .../iceberg/spark/source/TestFilteredScan.java     |  79 +++---
 .../spark/source/TestIdentityPartitionData.java    |   3 +-
 .../iceberg/spark/source/TestPartitionValues.java  |   3 +-
 .../iceberg/spark/source/TestReadProjection.java   | 300 ++++++++++-----------
 .../spark/source/TestSparkReadProjection.java      | 137 +++++-----
 8 files changed, 593 insertions(+), 268 deletions(-)
 create mode 100644 spark/src/test/java/org/apache/iceberg/spark/data/GenericsHelpers.java