Github user fhueske commented on the pull request:

    https://github.com/apache/flink/pull/1436#issuecomment-162530467
  
    Good catch, @jaoki and thanks for making me aware of this @zentol.
    
    `Plan` was originally implemented for the Record API. For the later DataSet 
API, `JavaPlan` extends `Plan` and only overrides the `getPostPassClassName()` 
method. I checked the code and `Plan` is nowhere instantiated, only `JavaPlan`. 
    
    I will move the `getPostPassClassName()` from `JavaPlan` to `Plan` and 
remove `JavaPlan`.


---
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.
---

Reply via email to