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/30 20:59:50 UTC

[incubator-iceberg] branch master updated (008d3c4 -> c344934)

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 008d3c4  Use a map of partition specs in ManifestReader::read (#467)
     add c344934  Avro: Infer a name mapping when Avro has no IDs (#580)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/avro/AvroSchemaUtil.java    |  4 ++
 .../main/java/org/apache/iceberg/avro/HasIds.java  | 73 ++++++++++++++++++++++
 .../apache/iceberg/avro/ProjectionDatumReader.java |  6 +-
 .../java/org/apache/iceberg/avro/RemoveIds.java    |  4 ++
 .../apache/iceberg/avro/TestAvroNameMapping.java   | 23 +++++--
 .../java/org/apache/iceberg/avro/TestHasIds.java   | 54 ++++++++++++++++
 6 files changed, 157 insertions(+), 7 deletions(-)
 create mode 100644 core/src/main/java/org/apache/iceberg/avro/HasIds.java
 create mode 100644 core/src/test/java/org/apache/iceberg/avro/TestHasIds.java