alpreu commented on a change in pull request #18784:
URL: https://github.com/apache/flink/pull/18784#discussion_r809970019
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/sink/committables/CheckpointCommittableManagerImplTest.java
##########
@@ -83,7 +83,7 @@ void testCommit() throws IOException, InterruptedException {
@Test
void testUpdateCommittableSummary() {
final CheckpointCommittableManagerImpl<Integer> checkpointCommittables
=
- new CheckpointCommittableManagerImpl<Integer>(1, 1, 1);
+ new CheckpointCommittableManagerImpl<Integer>(1, 1, 1L);
Review comment:
```suggestion
new CheckpointCommittableManagerImpl<>(1, 1, 1L);
```
--
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]