tabular-io / iceberg-kafka-connect

Apache License 2.0
197 stars 43 forks source link

Write only key fields to delete files #60

Closed bryanck closed 1 year ago

bryanck commented 1 year ago

This PR changes the delta writers to only write key fields to delete files, instead of the entire row. Also, this PR adds some writer tests and updates some libraries.