-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1314/
-----------------------------------------------------------
(Updated 2011-11-15 08:56:07.599798)
Review request for hive and Ashutosh Chauhan.
Changes
-------
Rebased to trunk.
Summary
-------
If all of the distinct params are in group by keys, union column reserved for
distinct params would not be added, which making problems initializing RS
operator.
This patch is just a simple bypass adding dummy expression for the union
column. Someone would know better way to resolve the problem.
This addresses bug HIVE-2332.
https://issues.apache.org/jira/browse/HIVE-2332
Diffs (updated)
-----
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java d60ba09
ql/src/test/queries/clientpositive/groupby_distinct_samekey.q PRE-CREATION
ql/src/test/results/clientpositive/groupby_distinct_samekey.q.out
PRE-CREATION
Diff: https://reviews.apache.org/r/1314/diff
Testing (updated)
-------
added clientpositive/groupby_distinct_samekey.q
Thanks,
Navis