Github user sachingoel0101 commented on the pull request:
https://github.com/apache/flink/pull/1099#issuecomment-138401226
@StephanEwen , I have created a separate function to create type
information for 2-tuple.
One question though. Why is there a need to generate type information
explicitly here? The `TypeInformationGen` class does have a case analysis for
`Product` types. I may be very wrong, but `createTypeInformation` macro cannot
be used anywhere inside the module itself but only after the module's been
compiled. This is perhaps why `createTypeInformation` works in, say,
`flink-ml`.
---
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.
---