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 2021/12/18 00:32:15 UTC

[iceberg] branch master updated (2531545 -> d0e8fe6)

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 2531545  Build: Add checkstyle rule for instantiating HashMap, HashSet, ArrayList (#3689)
     add d0e8fe6  Spark 3.0: Use snapshot schema for time travel queries (#3769)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/spark/SparkCatalog.java     | 113 +++++++++-
 .../apache/iceberg/spark/source/IcebergSource.java |  49 ++++-
 .../iceberg/spark/source/SparkScanBuilder.java     |  22 +-
 .../apache/iceberg/spark/source/SparkTable.java    |  59 ++++--
 .../spark/source/TestIcebergSourceTablesBase.java  | 230 +++++++++++++++++++++
 .../apache/iceberg/spark/sql/TestDeleteFrom.java   |  23 +++
 .../org/apache/iceberg/spark/sql/TestSelect.java   |  83 ++++++++
 .../iceberg/spark/sql/TestUnpartitionedWrites.java |  28 +++
 8 files changed, 562 insertions(+), 45 deletions(-)