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/11/09 01:24:36 UTC

[incubator-iceberg] branch master updated (b851550 -> f1cba90)

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 b851550  Support reading Avro enums as strings (#625)
     add f1cba90  Fix reading Avro with arrays of structs with 2 fields (#618)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/avro/AvroSchemaVisitor.java |  2 +-
 .../java/org/apache/iceberg/avro/PruneColumns.java |  2 +-
 .../java/org/apache/iceberg/avro/RemoveIds.java    | 18 +++++-
 .../apache/iceberg/avro/TestAvroNameMapping.java   | 65 ++++++++++++++++++++++
 4 files changed, 83 insertions(+), 4 deletions(-)