Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/3303
  
    I have merged this to my local repository.
    There were some issues left, partly in the commented out code.
    
    In particular `checkNotNull(variable !=null) does not work, because 
`variable !=null` evaluates to `Boolean(true)` or Boolean(false)` and then the 
check is that the Boolean is not null (which is always true).
    
    I fixed that and also renamed the variables to use "resources" consistently 
as plural, and harmonized the Java getter style.
    Will merge to Flink master tomorrow if the tests pass...


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