You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StephanEwen <gi...@git.apache.org> on 2016/04/01 20:41:36 UTC

[GitHub] flink pull request: [FLINK-3560] [examples] Remove unchecked outpu...

Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1752#issuecomment-204510235
  
    From my side, +1 for removing the `ProgramDescription` interface.
    
    I think it is a mismatch with the `main()` method based approach, because it needs to instantiate the class, while the general entry point is static. That does not go well together in my opinion. People will write programs with no default constructor. Previously, with the `Program` interface, such a constructor was also mandatory, it did fit better there.


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