tabular-io / iceberg-kafka-connect

Apache License 2.0
177 stars 32 forks source link

Fix delta writer when relying on ID col config #136

Closed bryanck closed 9 months ago

bryanck commented 9 months ago

This PR updates the writer initialization to pass down the equality ID fields defined in the config if present, rather than relying on the schema's identifier columns.