Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.18.0
-
None
Description
When querying files stored on s3, Drill seems to treat them as compressed input streams. This can cause errors when binary based parsers attempt to read this data. This PR addresses this by wrapping the inputstream in a bytearrayinputstream which seems to solve the issue.