Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3232#discussion_r98631554
--- Diff:
flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonPlanBinder.java
---
@@ -94,6 +95,7 @@
private HashMap<Integer, Object> sets = new HashMap<>();
public ExecutionEnvironment env;
+ private int environmentCounter = 0;
--- End diff --
we should explicitly send the ID from python as a parameter like the
parallelism. Right now would have to make sure that both python and java
generate ID's the same way.
---
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.
---