Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.14.0
-
None
Description
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.