[ https://issues.apache.org/jira/browse/HIVE-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt McCline updated HIVE-16567: -------------------------------- Attachment: HIVE-16567.01.patch > 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 > Attachments: HIVE-16567.01.patch > > > 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)