[ 
https://issues.apache.org/jira/browse/FLINK-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14659092#comment-14659092
 ] 

ASF GitHub Bot commented on FLINK-2457:
---------------------------------------

Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/983#discussion_r36362631
  
    --- Diff: 
flink-java/src/test/java/org/apache/flink/api/java/type/extractor/TypeExtractorTest.java
 ---
    @@ -200,12 +201,12 @@ public void testTupleWithBasicTypes() throws 
Exception {
        @Test
        public void testTupleWithTuples() {
                // use getFlatMapReturnTypes()
    -           RichFlatMapFunction<?, ?> function = new 
RichFlatMapFunction<Tuple3<Tuple1<String>, Tuple1<Integer>, Tuple2<Long, 
Long>>, Tuple3<Tuple1<String>, Tuple1<Integer>, Tuple2<Long, Long>>>() {
    --- End diff --
    
    Can you add new tests instead of changing existing ones?


> Integrate Tuple0
> ----------------
>
>                 Key: FLINK-2457
>                 URL: https://issues.apache.org/jira/browse/FLINK-2457
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Matthias J. Sax
>            Assignee: Matthias J. Sax
>            Priority: Minor
>
> Tuple0 is not cleanly integrated:
>   - missing serialization/deserialization support in runtime
>  - Tuple.getTupleClass(int arity) cannot handle arity zero, ie, cannot create 
> an instance of Tuple0
> Tuple0 is currently only used in Python API, but will be integrated into 
> Storm compatibility, too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to