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:34:51 UTC

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

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 d0e8fe6  Spark 3.0: Use snapshot schema for time travel queries (#3769)
     add e62f3b7  Spark 3.1: Use snapshot schema for time travel queries (#3768)

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   |  31 +++
 .../org/apache/iceberg/spark/sql/TestSelect.java   |  83 ++++++++
 .../iceberg/spark/sql/TestUnpartitionedWrites.java |  28 +++
 8 files changed, 570 insertions(+), 45 deletions(-)