bryanck commented on code in PR #10347: URL: https://github.com/apache/iceberg/pull/10347#discussion_r1605277635
########## kafka-connect/kafka-connect-events/src/main/java/org/apache/iceberg/connect/events/DataWritten.java: ########## @@ -49,7 +49,7 @@ public class DataWritten implements Payload { static final int DATA_FILES = 10_302; static final int DATA_FILES_ELEMENT = 10_303; static final int DELETE_FILES = 10_304; - static final int DELETE_FILES_ELEMENT = 10_304; + static final int DELETE_FILES_ELEMENT = 10_305; Review Comment: Thanks for catching this! I don't believe there is an impact currently w/ the serialization we're using. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org