You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yassine Marzougui (JIRA)" <ji...@apache.org> on 2016/12/12 16:43:59 UTC

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

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)