singhpk234 commented on code in PR #14979:
URL: https://github.com/apache/iceberg/pull/14979#discussion_r2666911234
##########
kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/data/IcebergWriterFactory.java:
##########
@@ -67,7 +69,15 @@ RecordWriter createWriter(String tableName, SinkRecord
sample, boolean ignoreMis
}
}
- return new IcebergWriter(table, tableName, config);
+ UUID tableUuid = table.uuid();
+ if (tableUuid == null) {
Review Comment:
this for v1 tables ? i believe we added a backfill to add uuid on new
snapshot commits ?
https://github.com/apache/iceberg/pull/264 though is it for case of custom
implementations for v1 ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]