You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Zhenxiao Luo <zh...@cloudera.com> on 2012/05/31 21:36:51 UTC

Review Request: HIVE-2794: Aggregations without grouping should return NULL when applied to partitioning column of a partitionless table

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

Review request for hive and Carl Steinbach.


Summary
-------

HIVE-2794. Aggregations without grouping should return NULL when applied to partitioning column of a partitionless table


This addresses bug HIVE-2794.
    https://issues.apache.org/jira/browse/HIVE-2794


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/exec/MapOperator.java 2553931 
  ql/src/test/queries/clientpositive/partInit.q PRE-CREATION 
  ql/src/test/results/clientpositive/metadataonly1.q.out 1bb96a1 
  ql/src/test/results/clientpositive/partInit.q.out PRE-CREATION 

Diff: https://reviews.apache.org/r/5323/diff


Testing
-------

partInit.q is added. metadataonly1.q.out is updated


Thanks,

Zhenxiao