Skip to content

Fix iceberg-compat-v1 test to properly turn on column mapping#52

Open
zachschuermann wants to merge 3 commits into
delta-incubator:mainfrom
zachschuermann:fix-iceberg-compat-v1-col-mapping
Open

Fix iceberg-compat-v1 test to properly turn on column mapping#52
zachschuermann wants to merge 3 commits into
delta-incubator:mainfrom
zachschuermann:fix-iceberg-compat-v1-col-mapping

Conversation

@zachschuermann
Copy link
Copy Markdown

@zachschuermann zachschuermann commented Nov 19, 2024

Description

The protocol requires that for column mapping to be enabled at min reader version 3, the corresponding reader feature must be set.

The table was created at min reader/writer versions 2/7 and when set to 3/7 the reader features are empty. This effectively turns off column mapping. This PR adds a new addFeatureSupport call to add the columnMapping readerFeature.

Additionally is upgrades to delta 3.3 so we have the addFeatureSupport API

How was this patch tested?

Does this require an update to the documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant