zhuzhurk commented on code in PR #21772:
URL: https://github.com/apache/flink/pull/21772#discussion_r1090206907
##########
flink-optimizer/src/main/java/org/apache/flink/optimizer/plantranslate/JobGraphGenerator.java:
##########
@@ -565,6 +589,7 @@ public void postVisit(PlanNode node) {
if (container == null) {
final PlanNode sourceNode = inConn.getSource();
+ boolean parallelismConfigured =
sourceNode.isParallelismConfigured();
Review Comment:
`parallelismConfigured` should be from the `node` instead of the
`sourceNode`.
Could we have some tests to verify the `parallelismConfigured` of DataSet
jobs?
--
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]