stevenzwu commented on code in PR #4904:
URL: https://github.com/apache/iceberg/pull/4904#discussion_r927276571
##########
flink/v1.15/flink/src/main/java/org/apache/iceberg/flink/sink/TaskWriterFactory.java:
##########
@@ -35,7 +35,7 @@
* @param taskId the identifier of task.
* @param attemptId the attempt id of this task.
*/
- void initialize(int taskId, int attemptId);
+ void initialize(int taskId, long attemptId);
Review Comment:
why is this changed to `long`?
--
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]