Github user aljoscha commented on the pull request:
https://github.com/apache/flink/pull/1429#issuecomment-163680178
This looks good. :+1: Can you also integrate the support for Scala, i.e.
extract it from #1237
My only concern is that it introduces yet another instance where
TypeInformation is shipped to the cluster. I think we should tackle the problem
at some point. Maybe generate the code on the client and ship the code as a
string. Then use Janino to just compile it to a final class.
---
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.
---