[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-04-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13623016#comment-13623016
 ] 

Hudson commented on HIVE-4179:
--

Integrated in Hive-trunk-hadoop2 #138 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/138/])
HIVE-4179 : NonBlockingOpDeDup does not merge SEL operators correctly 
(Gunther Hagleitner via Ashutosh Chauhan) (Revision 1464042)

 Result = FAILURE
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1464042
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/OperatorFactory.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/RowSchema.java
* 
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/unionproc/UnionProcFactory.java
* /hive/trunk/ql/src/test/results/clientpositive/union_remove_22.q.out
* /hive/trunk/ql/src/test/results/clientpositive/union_remove_23.q.out
* /hive/trunk/ql/src/test/results/clientpositive/union_remove_3.q.out
* /hive/trunk/ql/src/test/results/clientpositive/union_remove_4.q.out
* /hive/trunk/ql/src/test/results/clientpositive/union_remove_7.q.out


 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch, HIVE-4179.3.patch, 
 HIVE-4179.4.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-04-03 Thread Gunther Hagleitner (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13620695#comment-13620695
 ] 

Gunther Hagleitner commented on HIVE-4179:
--

I've split the golden file updates to go along with the code changes in the 
patches. I prefer it this way, but will change if it makes things easier. This 
is a somewhat special case I think, because the hadoop 2 build is already 
broken (so even though this fixes some tests others will still fail).

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch, HIVE-4179.3.patch, 
 HIVE-4179.4.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-04-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621673#comment-13621673
 ] 

Hudson commented on HIVE-4179:
--

Integrated in Hive-trunk-h0.21 #2043 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2043/])
HIVE-4179 : NonBlockingOpDeDup does not merge SEL operators correctly 
(Gunther Hagleitner via Ashutosh Chauhan) (Revision 1464042)

 Result = FAILURE
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1464042
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/OperatorFactory.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/RowSchema.java
* 
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/unionproc/UnionProcFactory.java
* /hive/trunk/ql/src/test/results/clientpositive/union_remove_22.q.out
* /hive/trunk/ql/src/test/results/clientpositive/union_remove_23.q.out
* /hive/trunk/ql/src/test/results/clientpositive/union_remove_3.q.out
* /hive/trunk/ql/src/test/results/clientpositive/union_remove_4.q.out
* /hive/trunk/ql/src/test/results/clientpositive/union_remove_7.q.out


 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch, HIVE-4179.3.patch, 
 HIVE-4179.4.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-04-02 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13620476#comment-13620476
 ] 

Ashutosh Chauhan commented on HIVE-4179:


+1 will commit if tests pass.

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch, HIVE-4179.3.patch, 
 HIVE-4179.4.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-04-02 Thread Navis (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13620483#comment-13620483
 ] 

Navis commented on HIVE-4179:
-

I know results of 5,8,9,14,24 would be fixed by other issues. But IMHO, those 
changes should be included anyway. Isn't it? And, sorry for slow progress. I'm 
barely not good reviewer but trying to be like a committer.

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch, HIVE-4179.3.patch, 
 HIVE-4179.4.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-04-02 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13620526#comment-13620526
 ] 

Ashutosh Chauhan commented on HIVE-4179:


No worries [~navis] I dont feel strongly one way or the other. [~hagleitn] 
would you like to update the results in this patch or in HIVE-4259 ?

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch, HIVE-4179.3.patch, 
 HIVE-4179.4.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-04-01 Thread Navis (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13618648#comment-13618648
 ] 

Navis commented on HIVE-4179:
-

Am I missing something? I get result of union_remove_5,8,9,14,24 are changed.

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch, HIVE-4179.3.patch, 
 HIVE-4179.4.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-03-29 Thread Navis (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13617198#comment-13617198
 ] 

Navis commented on HIVE-4179:
-

And.. failing of 12, 13 is caused by mis-configuration in data/hive-site.xml 
(hive.ignore.mapjoin.hint should be true). I don't know why those are failing 
if it's set false.

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch, HIVE-4179.3.patch, 
 HIVE-4179.4.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-03-29 Thread Gunther Hagleitner (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13617440#comment-13617440
 ] 

Gunther Hagleitner commented on HIVE-4179:
--

[~navis] I'd be happy to work on those as well. As I said before, there's 
additional issues with the union_remove testcases. I think those can/should be 
handled in follow up jiras though. This one fixes one particular issue and can 
be committed. Do you agree?

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch, HIVE-4179.3.patch, 
 HIVE-4179.4.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-03-28 Thread Navis (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13616938#comment-13616938
 ] 

Navis commented on HIVE-4179:
-

minor comments on phabricator

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch, HIVE-4179.3.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-03-27 Thread Gunther Hagleitner (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13615578#comment-13615578
 ] 

Gunther Hagleitner commented on HIVE-4179:
--

Much better fix! Thanks [~navis]. Testing it right now, will be up shortly.

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-03-26 Thread Gunther Hagleitner (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614279#comment-13614279
 ] 

Gunther Hagleitner commented on HIVE-4179:
--

[~navis] I think you'd be the best person to take a look. Can you spare a 
moment?

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-03-26 Thread Navis (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13614786#comment-13614786
 ] 

Navis commented on HIVE-4179:
-

I've took a look at this. The root cause is from UnionProcessor which does not 
copy colExprMapping of parent SEL operator. After applying that, I've confirmed 
the result is valid.

[~hagleitn] The patch you've provided is valid but the missing colExprMap info 
can make problems in anytime. So I prefer to revise it as suggested above. 
Could you do that?

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Priority: Critical
 Fix For: 0.11.0

 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-03-19 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13606279#comment-13606279
 ] 

Ashutosh Chauhan commented on HIVE-4179:


[~navis] Would you like to review this?

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-03-15 Thread Gunther Hagleitner (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13603970#comment-13603970
 ] 

Gunther Hagleitner commented on HIVE-4179:
--

Query:

{noformat}
insert overwrite table outputTbl1
SELECT a.key, concat(a.values, a.values), concat(a.values, a.values)
FROM (
  SELECT key, count(1) as values from inputTbl1 group by key
  UNION ALL
  SELECT key, count(1) as values from inputTbl1 group by key
) a;
{noformat}

Before:

{noformat}
  outputColumnNames: _col0, _col1
  Select Operator
expressions:
  expr: _col0
  type: string
  expr: UDFToLong(_col1)
  type: bigint
  expr: UDFToLong(_col2)
  type: bigint
outputColumnNames: _col0, _col1, _col2
{noformat}

After:

{noformat}
  outputColumnNames: _col0, _col1
  Select Operator
expressions:
  expr: _col0
  type: string
  expr: UDFToLong(concat(_col1, _col1))
  type: bigint
  expr: UDFToLong(concat(_col1, _col1))
  type: bigint
outputColumnNames: _col0, _col1, _col2
{noformat}

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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


[jira] [Commented] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-03-15 Thread Gunther Hagleitner (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13604007#comment-13604007
 ] 

Gunther Hagleitner commented on HIVE-4179:
--

https://reviews.facebook.net/D9471

 NonBlockingOpDeDup does not merge SEL operators correctly
 -

 Key: HIVE-4179
 URL: https://issues.apache.org/jira/browse/HIVE-4179
 Project: Hive
  Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
 Attachments: HIVE-4179.1.patch, HIVE-4179.2.patch


 The input columns list for SEL operations isn't merged properly in the 
 optimization. The best way to see this is running union_remove_22.q with 
 -Dhadoop.mr.rev=23. The plan shows lost UDFs and a broken lineage for one 
 column.
 Note: union_remove tests do not run on hadoop 1 or 0.20.

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