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:17:28 UTC

[iceberg] branch master updated (59712b6 -> 34a4a7a)

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 59712b6  Spark 3.1: Backport SparkReadConf.streamingSkipDeleteSnapshots and read from timestamp changes (#3727)
     add 34a4a7a  Spark 3.0: Backport skip delete snapshots and read from timestamp in SparkMicroBatchStream (#3729)

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(-)