pvary commented on code in PR #10179:
URL: https://github.com/apache/iceberg/pull/10179#discussion_r1718171691
##########
flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/sink/TestIcebergFilesCommitter.java:
##########
@@ -396,7 +398,7 @@ public void
testRecoveryFromSnapshotWithoutCompletedNotification() throws Except
// flink job will restore from a checkpoint with only step#1 finished.
long checkpointId = 0;
long timestamp = 0;
- OperatorSubtaskState snapshot;
+ OperatorSubtaskState snapshot = null;
Review Comment:
nit: is this needed?
--
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]