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 8e9bfdd Remove existing IDs in Parquet name mapping tests (#1128)
add 33f1825 Spark: Read using Avro name mapping if configured (#1129)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iceberg/avro/RemoveIds.java | 6 +-
.../apache/iceberg/spark/source/RowDataReader.java | 11 +-
.../spark/source/TestNameMappingProjection.java | 144 +++++++++++++++++++++
3 files changed, 157 insertions(+), 4 deletions(-)
rename core/src/{test => main}/java/org/apache/iceberg/avro/RemoveIds.java
(93%)
create mode 100644
spark2/src/test/java/org/apache/iceberg/spark/source/TestNameMappingProjection.java