aljoscha 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_r291199534
##########
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> {
Review comment:
I think it's okay to keep it in the current package. An alternative would be
`org.apache.flink.api.dag` or something like it.
----------------------------------------------------------------
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