[jira] [Updated] (HIVE-10628) Incorrect result when vectorized native mapjoin is enabled using null safe operators =

2015-05-08 Thread Sushanth Sowmyan (JIRA)

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

Sushanth Sowmyan updated HIVE-10628:

Fix Version/s: (was: 1.2.0)

 Incorrect result when vectorized native mapjoin is enabled using null safe 
 operators =
 

 Key: HIVE-10628
 URL: https://issues.apache.org/jira/browse/HIVE-10628
 Project: Hive
  Issue Type: Bug
  Components: Hive
Affects Versions: 1.2.0
Reporter: Matt McCline
Assignee: Matt McCline
Priority: Critical
 Fix For: 1.3.0

 Attachments: HIVE-10628.01.patch


 Incorrect results for this query:
 {noformat}
 select count(*) from store_sales ss join store_returns sr on (sr.sr_item_sk 
 = ss.ss_item_sk and sr.sr_customer_sk = ss.ss_customer_sk and 
 sr.sr_item_sk = ss.ss_item_sk) where ss.ss_net_paid  1000;
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-10628) Incorrect result when vectorized native mapjoin is enabled using null safe operators =

2015-05-06 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-10628:

Attachment: HIVE-10628.01.patch

 Incorrect result when vectorized native mapjoin is enabled using null safe 
 operators =
 

 Key: HIVE-10628
 URL: https://issues.apache.org/jira/browse/HIVE-10628
 Project: Hive
  Issue Type: Bug
  Components: Hive
Affects Versions: 1.2.0
Reporter: Matt McCline
Assignee: Matt McCline
Priority: Critical
 Fix For: 1.2.0, 1.3.0

 Attachments: HIVE-10628.01.patch


 Incorrect results for this query:
 {noformat}
 select count(*) from store_sales ss join store_returns sr on (sr.sr_item_sk 
 = ss.ss_item_sk and sr.sr_customer_sk = ss.ss_customer_sk and 
 sr.sr_item_sk = ss.ss_item_sk) where ss.ss_net_paid  1000;
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-10628) Incorrect result when vectorized native mapjoin is enabled using null safe operators =

2015-05-06 Thread Matt McCline (JIRA)

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

Matt McCline updated HIVE-10628:

Summary: Incorrect result when vectorized native mapjoin is enabled using 
null safe operators =  (was: Incorrect result when vectorized native mapjoin 
is enabled)

 Incorrect result when vectorized native mapjoin is enabled using null safe 
 operators =
 

 Key: HIVE-10628
 URL: https://issues.apache.org/jira/browse/HIVE-10628
 Project: Hive
  Issue Type: Bug
  Components: Hive
Affects Versions: 1.2.0
Reporter: Matt McCline
Assignee: Matt McCline
Priority: Critical
 Fix For: 1.2.0, 1.3.0


 Incorrect results for this query:
 {noformat}
 select count(*) from store_sales ss join store_returns sr on (sr.sr_item_sk 
 = ss.ss_item_sk and sr.sr_customer_sk = ss.ss_customer_sk and 
 sr.sr_item_sk = ss.ss_item_sk) where ss.ss_net_paid  1000;
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)