databricks / iceberg-kafka-connect

Apache License 2.0
219 stars 49 forks source link

[HOTFIX] Convert UUIDs to a bytes array #315

Open julien-alpaca opened 4 days ago

julien-alpaca commented 4 days ago

Iceberg store UUIDs as 16-byte array: https://iceberg.apache.org/spec/#primitive-types. Returning a UUID object throws a ClassCastException. See this issue: https://github.com/databricks/iceberg-kafka-connect/issues/314