You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Charles Givre (Jira)" <ji...@apache.org> on 2021/03/02 02:15:00 UTC

[jira] [Created] (DRILL-7874) Drill Fails to Read File Types on S3

Charles Givre created DRILL-7874:
------------------------------------

             Summary: Drill Fails to Read File Types on S3
                 Key: DRILL-7874
                 URL: https://issues.apache.org/jira/browse/DRILL-7874
             Project: Apache Drill
          Issue Type: Improvement
          Components: Storage - Other
    Affects Versions: 1.18.0
            Reporter: Charles Givre
            Assignee: Charles Givre
             Fix For: 1.19.0


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.  




--
This message was sent by Atlassian Jira
(v8.3.4#803005)