You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/02/16 22:31:42 UTC

[iceberg] branch master updated (9a403d6 -> 013d4ad)

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

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


    from 9a403d6  Spark: Close executor services after action completes in Procedures (#4126)
     add 013d4ad  Avro: Fix BuildAvroProjection list and map handling to preserve field IDs (#4120)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/avro/AvroSchemaUtil.java    |  39 ++++
 .../apache/iceberg/avro/BuildAvroProjection.java   |   9 +-
 .../main/java/org/apache/iceberg/avro/HasIds.java  |  15 +-
 .../iceberg/avro/{HasIds.java => MissingIds.java}  |  38 ++-
 .../iceberg/avro/TestAvroSchemaProjection.java     |  90 +++++++
 .../iceberg/avro/TestBuildAvroProjection.java      | 259 +++++++++++++++++++++
 6 files changed, 416 insertions(+), 34 deletions(-)
 copy core/src/main/java/org/apache/iceberg/avro/{HasIds.java => MissingIds.java} (51%)
 create mode 100644 core/src/test/java/org/apache/iceberg/avro/TestAvroSchemaProjection.java
 create mode 100644 core/src/test/java/org/apache/iceberg/avro/TestBuildAvroProjection.java