You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2017/05/02 20:38:04 UTC

[jira] [Created] (HIVE-16567) NPE when reading Parquet file when getting old timestamp configuration

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)