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

2013-04-03 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-4179:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Gunther!

 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] [Updated] (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:all-tabpanel
 ]

Gunther Hagleitner updated HIVE-4179:
-

Attachment: HIVE-4179.4.patch

Addressing comment from phabricator (cloning schema and columnExprMap)

 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] [Updated] (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:all-tabpanel
 ]

Navis updated HIVE-4179:


Status: Open  (was: Patch Available)

I've ran union_remove_* tests and found mapping information is missing for type 
casting SEL operator, which is generated in 
SemanticAnalyzer.genInputSelectForUnion().

Packing needed colExprMap seemed to fix some part of problems. 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, 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] [Updated] (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:all-tabpanel
 ]

Gunther Hagleitner updated HIVE-4179:
-

Status: Patch Available  (was: Open)

 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] [Updated] (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:all-tabpanel
 ]

Gunther Hagleitner updated HIVE-4179:
-

Attachment: HIVE-4179.3.patch

Adjusted fix per Navis' instructions. I've also checked other union_remove* 
testcases and updated their golden file after verifying.

There are still failures in some of the union_remove testcases - but I think 
those are unrelated and I will open separate jiras for them (8,9,10,12,13,24)

 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] [Updated] (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:all-tabpanel
 ]

Gunther Hagleitner updated HIVE-4179:
-

Fix Version/s: 0.11.0

 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
 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] [Updated] (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:all-tabpanel
 ]

Gunther Hagleitner updated HIVE-4179:
-

Priority: Critical  (was: Major)

 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] [Updated] (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:all-tabpanel
 ]

Gunther Hagleitner updated HIVE-4179:
-

Status: Patch Available  (was: Open)

 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] [Updated] (HIVE-4179) NonBlockingOpDeDup does not merge SEL operators correctly

2013-03-14 Thread Gunther Hagleitner (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gunther Hagleitner updated HIVE-4179:
-

Attachment: HIVE-4179.1.patch

replaced standard backtracking with SEL merge function.

 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


 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