Parth Chandra created DRILL-1368:
------------------------------------
Summary: NPE while reading from parquet files that use GZip
compression
Key: DRILL-1368
URL: https://issues.apache.org/jira/browse/DRILL-1368
Project: Apache Drill
Issue Type: Bug
Components: Execution - Operators
Affects Versions: 0.5.0
Environment: Any non *nix platform or environment without Hadoop
native library installed
Reporter: Parth Chandra
Assignee: Parth Chandra
Fix For: 0.6.0
If the hadoop native library is not available on a system the GZip decompressor
factory will return a null object instead of a decompressor object, causing a
NPE.
The hadoop native library is only available on *nix platforms. Even on *nix
platforms, Drill does not package the library, so if it is not available this
problem will occur.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)