Github user mjsax commented on a diff in the pull request:
https://github.com/apache/flink/pull/1135#discussion_r39652292
--- Diff:
flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/src/main/java/org/apache/flink/stormcompatibility/api/FlinkTopology.java
---
@@ -28,17 +28,14 @@
* cannot be executed directly, but must be handed over to a {@link
FlinkLocalCluster}, {@link FlinkSubmitter}, or
* {@link FlinkClient}.
*/
-class FlinkTopology extends StreamExecutionEnvironment {
+public class FlinkTopology extends StreamExecutionEnvironment {
--- End diff --
That was on purpose on no bug. Because, a user should on call `new
FlinkTopology()`.
But now I need it to be public. Furthermore, and I am going to change some
stuff and allow `new FlinkTopology()` (so I did not include a private
constructor either in this PR -- for future purpose).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---