You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2021/11/09 18:05:41 UTC

[iceberg] branch master updated (a301cdf -> 0475c8e)

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

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


    from a301cdf  Core: Add DELETE/UPDATE/MERGE distribution mode properties (#3511)
     add 0475c8e  Spark: Move more read configs to SparkReadConf (#3505)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/spark/Spark3Util.java  | 40 ----------------------
 .../org/apache/iceberg/spark/SparkReadConf.java    | 19 ++++++++++
 .../org/apache/iceberg/spark/SparkReadOptions.java |  1 +
 .../iceberg/spark/source/SparkBatchQueryScan.java  |  7 ++--
 .../iceberg/spark/source/SparkBatchScan.java       | 11 +++---
 .../iceberg/spark/source/SparkFilesScan.java       |  9 ++---
 .../spark/source/SparkFilesScanBuilder.java        |  6 +---
 .../iceberg/spark/source/SparkMergeScan.java       | 11 +++---
 .../spark/source/SparkMicroBatchStream.java        |  6 ++--
 .../iceberg/spark/source/SparkScanBuilder.java     | 10 +++---
 10 files changed, 41 insertions(+), 79 deletions(-)