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

Namit Jain commented on HIVE-3433:
----------------------------------

All the tests passed.

The current implementation can be optimized.
In this patch, at the time of aggregation, all the values corresponding to the 
grouping sets are passed.
This will increase the data across the map-reduce boundary.
It is still better than the current work-around for the cube and rollup in 
hive, which is to perform
multiple group bys for the same base table.
                
> Implement CUBE and ROLLUP operators in Hive
> -------------------------------------------
>
>                 Key: HIVE-3433
>                 URL: https://issues.apache.org/jira/browse/HIVE-3433
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.9.0
>            Reporter: Sambavi Muthukrishnan
>            Assignee: Namit Jain
>         Attachments: hive.3433.1.patch, hive.3433.1.patch
>
>


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