-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25716/
-----------------------------------------------------------
(Updated Sept. 18, 2014, 11:11 p.m.)
Review request for hive and John Pullokkaran.
Changes
-------
We can make it work by using Hive's type resolution, which is more valid
anyways instead of using Optiq's type resolution in such cases.
Bugs: HIVE-8150
https://issues.apache.org/jira/browse/HIVE-8150
Repository: hive-git
Description
-------
Type coercion for union queries.
Diffs (updated)
-----
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java 607e6d9
Diff: https://reviews.apache.org/r/25716/diff/
Testing
-------
union32.q
Thanks,
Ashutosh Chauhan