Github user mjsax commented on the pull request:
https://github.com/apache/flink/pull/983#issuecomment-130298853
I modified by hand. Was not aware of `TupleGenerator`. Just had a look into
it. Not sure if `Tuple0` can be included appropriately. For example, it is no
generic class; it is implemented as soft singleton. Extending `TupleGenerator`
would result in special handling of Tuple0 in every place. Thus, adding it
manually and not generate the source code for it seems better to me.
---
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.
---