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 2019/10/22 17:48:03 UTC

[incubator-iceberg] branch master updated (706c777 -> 9f1598e)

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/incubator-iceberg.git.


    from 706c777  Use OutputFile.location to track metadata JSON files (#566)
     add 9f1598e  Avro: Add name to ID mapping for files with name-based schemas (#207)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/avro/Avro.java    |   9 +-
 .../org/apache/iceberg/avro/AvroSchemaUtil.java    |  82 ++++++-
 .../org/apache/iceberg/avro/AvroSchemaVisitor.java |  25 ++-
 .../apache/iceberg/avro/BuildAvroProjection.java   |   7 +-
 .../apache/iceberg/avro/ProjectionDatumReader.java |   8 +-
 .../java/org/apache/iceberg/avro/PruneColumns.java | 132 +++++++++--
 .../java/org/apache/iceberg/avro/RemoveIds.java    |  69 ++++++
 .../apache/iceberg/avro/TestAvroNameMapping.java   | 247 +++++++++++++++++++++
 .../apache/iceberg/data/avro/IcebergDecoder.java   |   2 +-
 9 files changed, 539 insertions(+), 42 deletions(-)
 create mode 100644 core/src/test/java/org/apache/iceberg/avro/RemoveIds.java
 create mode 100644 core/src/test/java/org/apache/iceberg/avro/TestAvroNameMapping.java