Matt McCline created HIVE-16567:
-----------------------------------
Summary: NPE when reading Parquet file when getting old timestamp
configuration
Key: HIVE-16567
URL: https://issues.apache.org/jira/browse/HIVE-16567
Project: Hive
Issue Type: Bug
Components: Hive
Affects Versions: 1.2.0
Reporter: Matt McCline
Priority: Blocker
In branch-1.2, the file
ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java
throws an NPE on line 148:
{code}
boolean skipConversion =
Boolean.valueOf(metadata.get(HiveConf.ConfVars.HIVE_PARQUET_TIMESTAMP_SKIP_CONVERSION.varname));
{code}
when the metadata reference is null.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)