twalthr commented on a change in pull request #8585: [FLINK-12690][table-api]
Introduce a Planner interface
URL: https://github.com/apache/flink/pull/8585#discussion_r289400549
##########
File path:
flink-core/src/main/java/org/apache/flink/streaming/api/transformations/StreamTransformation.java
##########
@@ -100,6 +96,9 @@
@Internal
public abstract class StreamTransformation<T> {
+ // Has to be equal to StreamGraphGenerator.UPPER_BOUND_MAX_PARALLELISM
Review comment:
Add a comment on the other end, or use this constant in
`StreamGraphGenerator`?
----------------------------------------------------------------
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