GitHub user sirpkt opened a pull request:

    https://github.com/apache/tajo/pull/337

    Tajo-1287: Repeated using of the same order by key in multiple window 
clauses should be supported

    I fixed a bug in WindowAggExec by removing duplicated Columns in sort 
column list.
    
    "mvn clean install" is checked. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sirpkt/tajo TAJO-1287

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/337.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #337
    
----
commit 8ff61e773733ce30e05dc548f575ae83e38e192c
Author: Keuntae Park <[email protected]>
Date:   2015-01-08T07:30:36Z

    WindowAggExec bug is fixed to support occurence of the same order by key in 
multiple window clauses

commit 05f20eadf931906274caf78991a82a12540c28f8
Author: Keuntae Park <[email protected]>
Date:   2015-01-08T07:32:02Z

    Merge remote-tracking branch 'upstream/master' into TAJO-1287

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to