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 2020/06/23 23:27:12 UTC

[iceberg] branch master updated (33f1825 -> d1ba7b6)

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 33f1825  Spark: Read using Avro name mapping if configured (#1129)
     add d1ba7b6  Avro: Fix errors when reading options with non-null defaults (#1132)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/avro/PruneColumns.java |  23 +++-
 .../avro/TestAvroOptionsWithNonNullDefaults.java   | 128 +++++++++++++++++++++
 2 files changed, 150 insertions(+), 1 deletion(-)
 create mode 100644 core/src/test/java/org/apache/iceberg/avro/TestAvroOptionsWithNonNullDefaults.java