You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2021/12/14 23:14:33 UTC

[iceberg] branch master updated (33b56fa -> 59712b6)

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

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


    from 33b56fa  Docs: update Nessie version to 0.17.0 (#3706)
     add 59712b6  Spark 3.1: Backport SparkReadConf.streamingSkipDeleteSnapshots and read from timestamp changes (#3727)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/spark/SparkReadConf.java    |  14 ++
 .../org/apache/iceberg/spark/SparkReadOptions.java |   4 +
 .../iceberg/spark/source/SparkBatchScan.java       |   2 +-
 .../spark/source/SparkMicroBatchStream.java        |  73 ++++++----
 .../spark/source/TestStructuredStreamingRead3.java | 155 ++++++++++++++++++++-
 5 files changed, 218 insertions(+), 30 deletions(-)