-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26725/#review56816
-----------------------------------------------------------



ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
<https://reviews.apache.org/r/26725/#comment97244>

    Since this fix relies on internal name, i am not sure if it will work for 
unaliased windowing functions.
    
    Try the following
    select key+value, *, rank().. ,key-value from t1;


- John Pullokkaran


On Oct. 15, 2014, 1:34 a.m., Sergey Shelukhin wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/26725/
> -----------------------------------------------------------
> 
> (Updated Oct. 15, 2014, 1:34 a.m.)
> 
> 
> Review request for hive, Ashutosh Chauhan and John Pullokkaran.
> 
> 
> Repository: hive-git
> 
> 
> Description
> -------
> 
> See JIRA
> 
> 
> Diffs
> -----
> 
>   ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java e1eca13 
>   ql/src/test/queries/clientpositive/cbo_correctness.q a65d88a 
>   ql/src/test/results/clientpositive/cbo_correctness.q.out f3f94fd 
> 
> Diff: https://reviews.apache.org/r/26725/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Sergey Shelukhin
> 
>

Reply via email to