You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/14 04:00:25 UTC

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

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

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

GitHub user anoopsharma00 opened a pull request:

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

    jira TRAFODION-2184 groupby/orderby construct extensions and enablement

    Following extensions to groupby and order by have been enabled
    -- group/order by can be done on expressions
    -- order by clause can be specified within a subquery
    -- first N clause can be set inside of a subquery
    
    Some of these may not be fully tested and if there are bugs,
    they will be handled at that time.

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

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

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

    https://github.com/apache/incubator-trafodion/pull/700.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 #700
    
----
commit 121e2b3450a8fd658583c7095b046961046f6fe5
Author: Anoop Sharma <an...@esgyn.com>
Date:   2016-09-14T03:56:47Z

    jira TRAFODION-2184 groupby/orderby construct extensions and enablement
    
    Following extensions to groupby and order by have been enabled
    -- group/order by can be done on expressions
    -- order by clause can be specified within a subquery
    -- first N clause can be set inside of a subquery
    
    Some of these may not be fully tested and if there are bugs,
    they will be handled at that time.

----


> 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)