Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/2807
  
    I think we need to go through these changes one by one.
    
    In many situations, field being null indicates an error. These situations 
now silently do nothing, rather than at least reporting an error (even if in 
the form of a null pointer exception). That would make some failed programs 
appear succeeded.
    
    Preventing exceptions is not always correct - if a situation is invalid, it 
should fail with an exception.


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