Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/4525
  
    I think `null` values are not really permitted at the moment, but I think 
the InputFormats do not explicitly forbid them. That's why the logic is not 
"run until returns null", but "run until reachedEnd()".
    
    The change here implements a mixed contract like "run until reachedEnd() or 
returns null", which is more complicated to document, enforce, test, and 
understand for users.



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