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 2022/02/23 04:43:29 UTC

[iceberg] branch master updated (02433f2 -> 69c06ce)

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 02433f2  Docs: Fix numeration in Metastore Tables section (#4195)
     add 69c06ce  Spark 3.2: Support mergeSchema option on write (#4154)

No new revisions were added by this update.

Summary of changes:
 api/src/main/java/org/apache/iceberg/Schema.java   |  10 +-
 .../java/org/apache/iceberg/types/ReassignIds.java |  44 ++++--
 .../java/org/apache/iceberg/types/TypeUtil.java    |   8 +-
 .../java/org/apache/iceberg/TableProperties.java   |   3 +
 .../java/org/apache/iceberg/types/FixupTypes.java  |  15 +-
 .../org/apache/iceberg/spark/SparkConfParser.java  |  18 ++-
 .../org/apache/iceberg/spark/SparkSchemaUtil.java  |  22 +++
 .../org/apache/iceberg/spark/SparkWriteConf.java   |   8 +
 .../apache/iceberg/spark/SparkWriteOptions.java    |   4 +
 .../apache/iceberg/spark/source/SparkTable.java    |  13 +-
 .../iceberg/spark/source/SparkWriteBuilder.java    |  31 +++-
 .../org/apache/iceberg/spark/SparkTestBase.java    |   7 +
 .../spark/source/TestDataFrameWriterV2.java        | 161 +++++++++++++++++++++
 13 files changed, 315 insertions(+), 29 deletions(-)
 create mode 100644 spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/source/TestDataFrameWriterV2.java