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:27:43 UTC

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

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 7f5ecad8e5 Hive: Hadoop Path fails on s3 endpoint (#5405)
     add 71669c0ec7 API: Allow schema updates to find fields with case-insensitivity (#5440)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/UpdateSchema.java |  10 +
 .../java/org/apache/iceberg/types/ReassignIds.java |  15 +-
 .../java/org/apache/iceberg/types/TypeUtil.java    |  28 ++-
 .../org/apache/iceberg/types/TestTypeUtil.java     |  21 ++
 .../main/java/org/apache/iceberg/SchemaUpdate.java |  40 ++--
 .../apache/iceberg/schema/UnionByNameVisitor.java  |  38 +++-
 .../java/org/apache/iceberg/TestSchemaUpdate.java  | 218 +++++++++++++++++++++
 7 files changed, 348 insertions(+), 22 deletions(-)