An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Commit d07a7bd50 introduced a bug in COLUMN_MAPPING_METADATA_KEYS: The list should contain PARQUET_FIELD_NESTED_IDS_METADATA_KEY and not PARQUET_MAP_VALUE_FIELD_NAME. This commit fixes this issue.
Which Delta project/connector is this regarding?
Description
Commit d07a7bd50 introduced a bug in
COLUMN_MAPPING_METADATA_KEYS
: The list should containPARQUET_FIELD_NESTED_IDS_METADATA_KEY
and notPARQUET_MAP_VALUE_FIELD_NAME
. This commit fixes this issue.How was this patch tested?
UTs.
Does this PR introduce any user-facing changes?
No