Github user sachingoel0101 commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1214#discussion_r42774405
  
    --- Diff: 
flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java
 ---
    @@ -161,6 +171,8 @@ public ContextEnvironmentFactory(Client client, 
List<URL> jarFilesToAttach,
                        this.userCodeClassLoader = userCodeClassLoader;
                        this.defaultParallelism = defaultParallelism;
                        this.wait = wait;
    +                   _plan = null;
    +                   _graph = null;
    --- End diff --
    
    I tend to use `_field` appended names instead of `this.field`. But yeah. 
`last*` makes more sense here.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to