Gang Tim Liu created HIVE-3757:
----------------------------------
Summary: union_remove_9.q fails in trunk (hadoop 23)
Key: HIVE-3757
URL: https://issues.apache.org/jira/browse/HIVE-3757
Project: Hive
Issue Type: Bug
Components: Query Processor
Affects Versions: 0.10.0
Reporter: Gang Tim Liu
check out the latest code from trunk
{code}
svn info
{code}
{quote}
Path: .
URL: http://svn.apache.org/repos/asf/hive/trunk
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1415321
Node Kind: directory
Schedule: normal
Last Changed Author: hashutosh
Last Changed Rev: 1415278
Last Changed Date: 2012-11-29 09:11:53 -0800 (Thu, 29 Nov 2012)
{quote}
{code}
ant -Dhadoop.version=0.23.3 -Dhadoop-0.23.version=0.23.3 -Dhadoop.mr.rev=23
test -Dtestcase=TestCliDriver -Dqfile=union_remove_9.q
{code}
{quote}
[junit] diff -a
/Users/gang/hive-trunk-11-29/build/ql/test/logs/clientpositive/union_remove_9.q.out
/Users/gang/hive-trunk-11-29/ql/src/test/results/clientpositive/union_remove_9.q.out
[junit] 106c106
[junit] < expr: UDFToLong(_col1)
[junit] ---
[junit] > expr: _col1
[junit] 109,123c109,116
[junit] < Select Operator
[junit] < expressions:
[junit] < expr: _col0
[junit] < type: string
[junit] < expr: _col1
[junit] < type: bigint
[junit] < outputColumnNames: _col0, _col1
[junit] < File Output Operator
[junit] < compressed: false
[junit] < GlobalTableId: 1
[junit] < table:
[junit] < input format:
[junit] < output format:
[junit] < serde:
[junit] < name: default.outputtbl1
[junit] ---
[junit] > File Output Operator
[junit] > compressed: false
[junit] > GlobalTableId: 1
[junit] > table:
[junit] > input format:
[junit] > output format:
[junit] > serde:
[junit] > name: default.outputtbl1
[junit] < expr: UDFToLong(_col1)
[junit] ---
[junit] > expr: _col1
[junit] 149,163c142,149
[junit] < Select Operator
[junit] < expressions:
[junit] < expr: _col0
[junit] < type: string
[junit] < expr: _col1
[junit] < type: bigint
[junit] < outputColumnNames: _col0, _col1
[junit] < File Output Operator
[junit] < compressed: false
[junit] < GlobalTableId: 1
[junit] < table:
[junit] < input format:
[junit] < output format:
[junit] < serde:
[junit] < name: default.outputtbl1
[junit] ---
[junit] > File Output Operator
[junit] > compressed: false
[junit] > GlobalTableId: 1
[junit] > table:
[junit] > input format:
[junit] > output format:
[junit] > serde:
[junit] > name: default.outputtbl1
[junit] Failed query: union_remove_9.q
{quote}
--
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