Github user gallenvara commented on the pull request:
https://github.com/apache/flink/pull/1349#issuecomment-156890933
Hi, @chiwanpark . Thanks for your review. I'm not very clear about your
first suggestion. Do you mean that we should remove type description when to
create a new generics?
For example:
`DataSource<Tuple2<Float, String>> input = env.fromElements(new
Tuple2<Float, String>(1f, "Hello"))`
-->
`DataSource<Tuple2<Float, String>> input = env.fromElements(new
Tuple2<>(1f, "Hello"))`
---
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.
---