You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by sz...@apache.org on 2023/04/13 19:01:04 UTC

[iceberg] branch master updated (f53c4eeec5 -> 522480dc4d)

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

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


    from f53c4eeec5 Core, Spark 3.3: Add FileRewriter API (#7175)
     add 522480dc4d Spark: Accept an `output-spec-id` to write to a desired partition spec (#7120)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/spark/SparkWriteConf.java   | 20 +++++
 .../apache/iceberg/spark/SparkWriteOptions.java    |  2 +
 .../apache/iceberg/spark/source/SparkWrite.java    | 15 +++-
 .../iceberg/spark/sql/TestPartitionedWrites.java   | 85 +++++++++++++++++++
 .../org/apache/iceberg/spark/SparkWriteConf.java   | 20 +++++
 .../apache/iceberg/spark/SparkWriteOptions.java    |  2 +
 .../apache/iceberg/spark/source/SparkWrite.java    |  8 +-
 .../iceberg/spark/sql/TestPartitionedWrites.java   | 85 +++++++++++++++++++
 .../org/apache/iceberg/spark/SparkWriteConf.java   | 20 +++++
 .../apache/iceberg/spark/SparkWriteOptions.java    |  2 +
 .../apache/iceberg/spark/source/SparkWrite.java    |  8 +-
 .../spark/sql/PartitionedWritesTestBase.java       | 96 ++++++++++++++++++++++
 .../sql/TestPartitionedWritesToWapBranch.java      |  8 ++
 13 files changed, 367 insertions(+), 4 deletions(-)