You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Georgi Genchev Perpeliev (JIRA)" <ji...@apache.org> on 2019/04/15 08:53:00 UTC

[jira] [Created] (DRILL-7178) NPE while reading parquet files with AsyncPageReader using Gzip decompression

Georgi Genchev Perpeliev created DRILL-7178:
-----------------------------------------------

             Summary: NPE while reading parquet files with AsyncPageReader using Gzip decompression
                 Key: DRILL-7178
                 URL: https://issues.apache.org/jira/browse/DRILL-7178
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.15.0
         Environment: hadoop 2.9.2

drill 1.15.0
            Reporter: Georgi Genchev Perpeliev


When the compression codec is GZIP, the AsyncPageReader creates a GzipCodec without setting a configuration. The subsequent call to isNativeZlibLoaded produces the NPE.

This happens when the hadoop native library is loaded.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)