Ted Yu created KYLIN-2390:
-----------------------------
Summary: Wrong argument order for WinAggResetContextImpl()
Key: KYLIN-2390
URL: https://issues.apache.org/jira/browse/KYLIN-2390
Project: Kylin
Issue Type: Bug
Reporter: Ted Yu
In EnumerableWindow#implement() , the order of last two parameters is swapped:
{code}
new WinAggResetContextImpl(builder6, agg.state, i_,
startX, endX,
hasRows, partitionRowCount, frameRowCount));
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
