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:21:52 UTC

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

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 f0f50b0  Rename runtime folder to spark-runtime for consistency (#616)
     add b851550  Support reading Avro enums as strings (#625)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/avro/GenericAvroReader.java |  2 +
 .../java/org/apache/iceberg/avro/ValueReaders.java |  4 +
 .../org/apache/iceberg/avro/TestAvroEnums.java     | 87 ++++++++++++++++++++
 .../apache/iceberg/spark/data/SparkAvroReader.java |  2 +
 .../iceberg/spark/data/SparkValueReaders.java      | 22 +++++
 .../iceberg/spark/data/TestSparkAvroEnums.java     | 95 ++++++++++++++++++++++
 6 files changed, 212 insertions(+)
 create mode 100644 core/src/test/java/org/apache/iceberg/avro/TestAvroEnums.java
 create mode 100644 spark/src/test/java/org/apache/iceberg/spark/data/TestSparkAvroEnums.java