tabular-io / iceberg-kafka-connect

Apache License 2.0
203 stars 46 forks source link

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

Closed bryanck closed 10 months ago

bryanck commented 10 months ago

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.