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)