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

Brock Noland commented on HIVE-4073:
------------------------------------

Just about got this done. Just fixing the fact that it allows invalid queries 
such as:

{noformat}
hive> select p_mfgr, 
    > sum(p_retailprice) as s1  
    > from part;
{noformat}

I think I will forgo forcing a single reducer at this point. In the future we 
can do that if desired.
                
> Make partition by optional in over clause
> -----------------------------------------
>
>                 Key: HIVE-4073
>                 URL: https://issues.apache.org/jira/browse/HIVE-4073
>             Project: Hive
>          Issue Type: Bug
>          Components: PTF-Windowing
>            Reporter: Ashutosh Chauhan
>            Assignee: Brock Noland
>         Attachments: HIVE-4073-0.patch
>
>
> select s, sum( i ) over() from tt; should work. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to