You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2021/12/17 22:00:57 UTC

[iceberg] branch master updated (4718fd3 -> 9b0aba7)

This is an automated email from the ASF dual-hosted git repository.

russellspitzer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.


    from 4718fd3  Spark 3.2: Use snapshot schema for time travel queries (#3722)
     add 9b0aba7  Parquet: Fix Iceberg's parquet reader returning nulls incorrectly for parquet files written by writers that don't use list and element as names. (#3723)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/parquet/ApplyNameMapping.java   |  40 ++++++-
 .../iceberg/parquet/TestParquetSchemaUtil.java     |  23 ++++
 site/docs/spark-procedures.md                      |   7 ++
 .../iceberg/spark/actions/TestCreateActions.java   | 132 +++++++++++++++++++++
 4 files changed, 199 insertions(+), 3 deletions(-)