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/11/13 20:57:45 UTC

[incubator-iceberg] branch master updated (6dca1d8 -> 96fb5ef)

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 6dca1d8  Fix flaky ScanSummary test (#641)
     add 96fb5ef  Spark: Support projection schema from DataFrameReader (#590)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/spark/source/IcebergSource.java |  14 +-
 .../iceberg/spark/source/TestSparkSchema.java      | 213 +++++++++++++++++++++
 2 files changed, 226 insertions(+), 1 deletion(-)
 create mode 100644 spark/src/test/java/org/apache/iceberg/spark/source/TestSparkSchema.java