noorall commented on code in PR #25366:
URL: https://github.com/apache/flink/pull/25366#discussion_r1772515452


##########
flink-runtime/src/main/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGenerator.java:
##########
@@ -517,7 +537,8 @@ private void preValidate() {
             }
             if (checkpointConfig.isUnalignedCheckpointsEnabled()
                     && !checkpointConfig.isForceUnalignedCheckpoints()
-                    && 
streamGraph.getStreamNodes().stream().anyMatch(this::hasCustomPartitioner)) {
+                    && streamGraph.getStreamNodes().stream()
+                            
.anyMatch(StreamingJobGraphGenerator::hasCustomPartitioner)) {

Review Comment:
   > why we need change this line?
   
   Because the hasCustomsPartitioner method has been changed to the public 
static type.



-- 
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]

Reply via email to