[ 
https://issues.apache.org/jira/browse/HIVE-22909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shubham Chaurasia reassigned HIVE-22909:
----------------------------------------


> Vectorized row_number() returns incorrect results in case it is called 
> multiple times with different constant expression
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-22909
>                 URL: https://issues.apache.org/jira/browse/HIVE-22909
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Shubham Chaurasia
>            Assignee: Shubham Chaurasia
>            Priority: Major
>
> Vectorized row_number() returns incorrect results in case it is called 
> multiple times in the same query with different constant expressions.
> Example
> {code}
> select row_number() over(partition by 1) r1, row_number() over(partition by 
> 2) r2, t from over10k_n8 limit 1100;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to