[jira] [Commented] (TRAFODION-2184) enable group by, order by and other features currently within special cqds

2016-09-21 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15510205#comment-15510205
 ] 

ASF GitHub Bot commented on TRAFODION-2184:
---

GitHub user anoopsharma00 opened a pull request:

https://github.com/apache/incubator-trafodion/pull/717

jira TRAFODION-2184 Fix to order by on renamed expressions

code fix so renamed expressions with order by as shown below work:

  select count(*) aa from t order by count(*);
or:
  select a+1 aa from t order by a+1;


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

$ git pull https://github.com/anoopsharma00/incubator-trafodion 
ansharma_trafr21_order

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

https://github.com/apache/incubator-trafodion/pull/717.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 #717


commit 6ad9a9a4f651dbf03f7d808d2e3f426a67773ddd
Author: Anoop Sharma 
Date:   2016-09-21T14:56:26Z

jira TRAFODION-2184 Fix to order by on renamed expressions




> enable group by, order by and other features currently within special cqds
> --
>
> Key: TRAFODION-2184
> URL: https://issues.apache.org/jira/browse/TRAFODION-2184
> Project: Apache Trafodion
>  Issue Type: Improvement
>Reporter: Anoop Sharma
>Assignee: Anoop Sharma
>Priority: Minor
>
> Following features are currently not enabled by default.
> This jira is to enable them for general use.
> -- allow firstN syntax in subqueries
> -- allow expressions in order by (for ex: order by a+1)
> -- allow order by syntax within a subquery 
> -- support select list renamed columns in group by clause
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-2184) enable group by, order by and other features currently within special cqds

2016-09-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15492169#comment-15492169
 ] 

ASF GitHub Bot commented on TRAFODION-2184:
---

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/700


> enable group by, order by and other features currently within special cqds
> --
>
> Key: TRAFODION-2184
> URL: https://issues.apache.org/jira/browse/TRAFODION-2184
> Project: Apache Trafodion
>  Issue Type: Improvement
>Reporter: Anoop Sharma
>Assignee: Anoop Sharma
>Priority: Minor
>
> Following features are currently not enabled by default.
> This jira is to enable them for general use.
> -- allow firstN syntax in subqueries
> -- allow expressions in order by (for ex: order by a+1)
> -- allow order by syntax within a subquery 
> -- support select list renamed columns in group by clause
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)