Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config option to enable case-insensitive column lookup #164

Merged
merged 2 commits into from
Nov 26, 2023

Conversation

bryanck
Copy link
Contributor

@bryanck bryanck commented Nov 23, 2023

During conversion from Kafka record to Iceberg record, fields are matched based on the field name in the schema. Currently the field name lookup in the schema is case-sensitive. This PR adds the config optioniceberg.tables.schema-case-insensitive to allow this lookup to be case-insensitive.

Note that lookups can also use Iceberg's name mapping feature, and this is still always case-sensitive.

@bryanck bryanck force-pushed the case-insensitive-col-lookup branch from 7cd1c89 to 7a2ee08 Compare November 23, 2023 17:27
@bryanck bryanck merged commit f7d278a into main Nov 26, 2023
1 check passed
@bryanck bryanck deleted the case-insensitive-col-lookup branch November 26, 2023 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants