[jira] [Created] (FLINK-5320) Fix result TypeInformation in WindowedStream.fold(ACC, FoldFunction, WindowFunction)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-5320) Fix result TypeInformation in WindowedStream.fold(ACC, FoldFunction, WindowFunction)

Shang Yuanchun (Jira)
Yassine Marzougui created FLINK-5320:
----------------------------------------

             Summary: Fix result TypeInformation in WindowedStream.fold(ACC, FoldFunction, WindowFunction)
                 Key: FLINK-5320
                 URL: https://issues.apache.org/jira/browse/FLINK-5320
             Project: Flink
          Issue Type: Bug
          Components: Streaming
            Reporter: Yassine Marzougui
            Assignee: Yassine Marzougui


The WindowedStream.fold(ACC, FoldFunction, WindowFunction) calls fold(initialValue, foldFunction, function, foldAccumulatorType, inputType) instead of fold(initialValue, foldFunction, function, foldAccumulatorType, resultType)



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