[jira] Updated: (HIVE-262) outer join gets some duplicate rows in some scenarios

2010-07-23 Thread Carl Steinbach (JIRA)

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

Carl Steinbach updated HIVE-262:


Fix Version/s: 0.3.0
   (was: 0.6.0)
Affects Version/s: (was: 0.6.0)

 outer join gets some duplicate rows in some scenarios
 -

 Key: HIVE-262
 URL: https://issues.apache.org/jira/browse/HIVE-262
 Project: Hadoop Hive
  Issue Type: Bug
  Components: Query Processor
Reporter: Namit Jain
Assignee: Namit Jain
Priority: Blocker
 Fix For: 0.3.0

 Attachments: patch-262.3.txt, patch.262.1.txt, patch.262.4.txt, 
 patch262.2.txt


 SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key  
 10) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key  20);
 returns duplicate rows for outer join

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-262) outer join gets some duplicate rows in some scenarios

2009-02-03 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-262:


Attachment: patch.262.4.txt

 outer join gets some duplicate rows in some scenarios
 -

 Key: HIVE-262
 URL: https://issues.apache.org/jira/browse/HIVE-262
 Project: Hadoop Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.2.0
Reporter: Namit Jain
Assignee: Namit Jain
Priority: Blocker
 Fix For: 0.2.0

 Attachments: patch-262.3.txt, patch.262.1.txt, patch.262.4.txt, 
 patch262.2.txt


 SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key  
 10) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key  20);
 returns duplicate rows for outer join

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-262) outer join gets some duplicate rows in some scenarios

2009-02-02 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-262:


Attachment: patch-262.3.txt

 outer join gets some duplicate rows in some scenarios
 -

 Key: HIVE-262
 URL: https://issues.apache.org/jira/browse/HIVE-262
 Project: Hadoop Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.2.0
Reporter: Namit Jain
Assignee: Namit Jain
Priority: Blocker
 Fix For: 0.2.0

 Attachments: patch-262.3.txt, patch.262.1.txt, patch262.2.txt


 SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key  
 10) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key  20);
 returns duplicate rows for outer join

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-262) outer join gets some duplicate rows in some scenarios

2009-01-29 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-262:


Attachment: patch.262.1.txt

 outer join gets some duplicate rows in some scenarios
 -

 Key: HIVE-262
 URL: https://issues.apache.org/jira/browse/HIVE-262
 Project: Hadoop Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.2.0
Reporter: Namit Jain
Assignee: Namit Jain
 Fix For: 0.2.0

 Attachments: patch.262.1.txt


 SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key  
 10) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key  20);
 returns duplicate rows for outer join

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-262) outer join gets some duplicate rows in some scenarios

2009-01-29 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-262:


Fix Version/s: 0.2.0
Affects Version/s: 0.2.0
   Status: Patch Available  (was: Open)

 outer join gets some duplicate rows in some scenarios
 -

 Key: HIVE-262
 URL: https://issues.apache.org/jira/browse/HIVE-262
 Project: Hadoop Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.2.0
Reporter: Namit Jain
Assignee: Namit Jain
 Fix For: 0.2.0

 Attachments: patch.262.1.txt


 SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key  
 10) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key  20);
 returns duplicate rows for outer join

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-262) outer join gets some duplicate rows in some scenarios

2009-01-29 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-262:


Status: Open  (was: Patch Available)

 outer join gets some duplicate rows in some scenarios
 -

 Key: HIVE-262
 URL: https://issues.apache.org/jira/browse/HIVE-262
 Project: Hadoop Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.2.0
Reporter: Namit Jain
Assignee: Namit Jain
 Fix For: 0.2.0

 Attachments: patch.262.1.txt, patch262.2.txt


 SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key  
 10) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key  20);
 returns duplicate rows for outer join

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-262) outer join gets some duplicate rows in some scenarios

2009-01-29 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-262:


Status: Patch Available  (was: Open)

 outer join gets some duplicate rows in some scenarios
 -

 Key: HIVE-262
 URL: https://issues.apache.org/jira/browse/HIVE-262
 Project: Hadoop Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.2.0
Reporter: Namit Jain
Assignee: Namit Jain
 Fix For: 0.2.0

 Attachments: patch.262.1.txt, patch262.2.txt


 SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key  
 10) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key  20);
 returns duplicate rows for outer join

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-262) outer join gets some duplicate rows in some scenarios

2009-01-29 Thread Namit Jain (JIRA)

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

Namit Jain updated HIVE-262:


Attachment: patch262.2.txt

forgot to update parse result files

 outer join gets some duplicate rows in some scenarios
 -

 Key: HIVE-262
 URL: https://issues.apache.org/jira/browse/HIVE-262
 Project: Hadoop Hive
  Issue Type: Bug
  Components: Query Processor
Affects Versions: 0.2.0
Reporter: Namit Jain
Assignee: Namit Jain
 Fix For: 0.2.0

 Attachments: patch.262.1.txt, patch262.2.txt


 SELECT * FROM src src1 JOIN src src2 ON (src1.key = src2.key AND src1.key  
 10) RIGHT OUTER JOIN src src3 ON (src1.key = src3.key AND src3.key  20);
 returns duplicate rows for outer join

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.