[
https://issues.apache.org/jira/browse/FLINK-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15006160#comment-15006160
]
ASF GitHub Bot commented on FLINK-2956:
---------------------------------------
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"))`
> Migrate integration tests for Table API
> ---------------------------------------
>
> Key: FLINK-2956
> URL: https://issues.apache.org/jira/browse/FLINK-2956
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Reporter: Chengxiang Li
> Priority: Minor
>
> Migrate integration tests of Table API from temp file to collect() as
> described in umbrella jira..
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)