godfreyhe commented on a change in pull request #11671: [FLINK-17052] [client]
Introduce PlanGenerator
URL: https://github.com/apache/flink/pull/11671#discussion_r408539404
##########
File path:
flink-libraries/flink-gelly/src/test/java/org/apache/flink/graph/generator/TestUtils.java
##########
@@ -91,8 +91,6 @@ private TestUtils() {}
* @param expectedParallelism expected operator parallelism
*/
public static void verifyParallelism(ExecutionEnvironment env, int
expectedParallelism) {
- env.setParallelism(2 * expectedParallelism);
Review comment:
I think so. `CollectionEnvironment` is a special case that requires the
parallelism is always 1.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services