[jira] [Updated] (HIVE-9322) Make null-checks consistent for MapObjectInspector subclasses.

2015-02-20 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-9322:
---
   Resolution: Fixed
Fix Version/s: 1.2.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Mithun!

 Make null-checks consistent for MapObjectInspector subclasses.
 --

 Key: HIVE-9322
 URL: https://issues.apache.org/jira/browse/HIVE-9322
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.14.0
Reporter: Mithun Radhakrishnan
Assignee: Mithun Radhakrishnan
Priority: Minor
 Fix For: 1.2.0

 Attachments: HIVE-9322.1.patch


 {{LazyBinaryMapObjectInspector}}, {{DeepParquetHiveMapInspector}}, etc. check 
 both the map-column value and the map-key for null, before dereferencing 
 them. {{OrcMapObjectInspector}} and {{LazyMapObjectInspector}} do not.
 This patch brings them all in sync. Might not be a real problem, unless (for 
 example) the lookup key is itself a (possibly null) value from another column.



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


[jira] [Updated] (HIVE-9322) Make null-checks consistent for MapObjectInspector subclasses.

2015-01-08 Thread Mithun Radhakrishnan (JIRA)

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

Mithun Radhakrishnan updated HIVE-9322:
---
Attachment: HIVE-9322.1.patch

 Make null-checks consistent for MapObjectInspector subclasses.
 --

 Key: HIVE-9322
 URL: https://issues.apache.org/jira/browse/HIVE-9322
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.14.0
Reporter: Mithun Radhakrishnan
Assignee: Mithun Radhakrishnan
Priority: Minor
 Attachments: HIVE-9322.1.patch


 {{LazyBinaryMapObjectInspector}}, {{DeepParquetHiveMapInspector}}, etc. check 
 both the map-column value and the map-key for null, before dereferencing 
 them. {{OrcMapObjectInspector}} and {{LazyMapObjectInspector}} do not.
 This patch brings them all in sync. Might not be a real problem, unless (for 
 example) the lookup key is itself a (possibly null) value from another column.



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


[jira] [Updated] (HIVE-9322) Make null-checks consistent for MapObjectInspector subclasses.

2015-01-08 Thread Mithun Radhakrishnan (JIRA)

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

Mithun Radhakrishnan updated HIVE-9322:
---
Status: Patch Available  (was: Open)

 Make null-checks consistent for MapObjectInspector subclasses.
 --

 Key: HIVE-9322
 URL: https://issues.apache.org/jira/browse/HIVE-9322
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.14.0
Reporter: Mithun Radhakrishnan
Assignee: Mithun Radhakrishnan
Priority: Minor
 Attachments: HIVE-9322.1.patch


 {{LazyBinaryMapObjectInspector}}, {{DeepParquetHiveMapInspector}}, etc. check 
 both the map-column value and the map-key for null, before dereferencing 
 them. {{OrcMapObjectInspector}} and {{LazyMapObjectInspector}} do not.
 This patch brings them all in sync. Might not be a real problem, unless (for 
 example) the lookup key is itself a (possibly null) value from another column.



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