tabular-io / iceberg-kafka-connect

Apache License 2.0
177 stars 32 forks source link

Can't specify truncate or bucket partition transforms #144

Closed davidbzhao closed 8 months ago

davidbzhao commented 8 months ago

It looks like you're supposed to specify a truncate partition transform like truncate(col, 10) [SchemaUtilsTest], but the partition-by configs get split by comma, meaning my partition string gets parsed as truncate(col and 10).

bryanck commented 8 months ago

Thanks for catching this. I have a PR up to fix this and will release a new version with the fix once it is merged.

davidbzhao commented 8 months ago

Amazing, thanks for the quick change!

bryanck commented 8 months ago

This fix is in v0.6.1, feel free to reopen this if it doesn't resolve your issue.