You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shaoxuan Wang (JIRA)" <ji...@apache.org> on 2017/02/24 03:33:44 UTC

[jira] [Created] (FLINK-5899) Fix the bug in initializing the DataSetTumbleTimeWindowAggReduceGroupFunction

Shaoxuan Wang created FLINK-5899:
------------------------------------

             Summary: Fix the bug in initializing the DataSetTumbleTimeWindowAggReduceGroupFunction
                 Key: FLINK-5899
                 URL: https://issues.apache.org/jira/browse/FLINK-5899
             Project: Flink
          Issue Type: Bug
          Components: Table API & SQL
            Reporter: Shaoxuan Wang
            Assignee: Shaoxuan Wang


The row length used to initialize DataSetTumbleTimeWindowAggReduceGroupFunction was not set properly. (I think this is introduced by mistake when merging the code).
We currently lack the built-in non-partial-merge Aggregates. Therefore this has not been captured by the unit test. 

Reproduce step:
1. set the "supportPartial" to false for SumAggregate
2. Then both testAllEventTimeTumblingWindowOverTime and testEventTimeTumblingGroupWindowOverTime will fail.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)