reswqa commented on code in PR #19927:
URL: https://github.com/apache/flink/pull/19927#discussion_r894305350


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGenerator.java:
##########
@@ -984,6 +989,10 @@ private void connect(Integer headOfChain, StreamEdge edge) 
{
                         "Data exchange mode " + edge.getExchangeMode() + " is 
not supported yet.");
         }
 
+        if (resultPartitionType == ResultPartitionType.HYBRID) {
+            hasHybridResultPartition = true;

Review Comment:
   If case UNDEFINED reached, it also have chance to set resultPartitionType to 
HYBRID.



-- 
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...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to