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 2022/08/04 21:38:49 UTC

[iceberg] branch master updated (71669c0ec7 -> af4b395553)

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 71669c0ec7 API: Allow schema updates to find fields with case-insensitivity (#5440)
     add af4b395553 Spark 3.3: Spark mergeSchema to respect Spark Case Sensitivity Configuration (#5441)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/spark/SparkSchemaUtil.java  | 42 ++++++++++++++++++++--
 .../org/apache/iceberg/spark/SparkWriteConf.java   |  9 +++++
 .../iceberg/spark/source/SparkWriteBuilder.java    | 11 +++---
 .../spark/source/TestDataFrameWriterV2.java        | 41 +++++++++++++++++++++
 4 files changed, 97 insertions(+), 6 deletions(-)