You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/01/15 02:49:26 UTC

[jira] [Created] (KYLIN-2390) Wrong argument order for WinAggResetContextImpl()

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)