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

ASF GitHub Bot commented on CARBONDATA-54:
------------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-carbondata/pull/38


> Windows functions are not working in Carbon
> -------------------------------------------
>
>                 Key: CARBONDATA-54
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-54
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Ravindra Pesala
>
> Windows functions like Rank, Row_number etc are not working in Carbon.
> *Example :*
> {code}
> SELECT country,name,salary FROM (SELECT country,name,salary,dense_rank() OVER 
> (PARTITION BY country ORDER BY salary DESC) as rank FROM t3) tmp WHERE rank 
> <= 2
> {code}



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

Reply via email to