You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2014/06/04 20:35:03 UTC

[jira] [Commented] (DRILL-901) Reading VarBinary data in parquet throws an error

    [ https://issues.apache.org/jira/browse/DRILL-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14017978#comment-14017978 ] 

Jason Altekruse commented on DRILL-901:
---------------------------------------

Updated patch slightly to include another small change. Previously when the parquet reader would be passed a list of columns to read, and none matched the columns in the file we would reach an NPE. The setup method has been updated to throw an exception with a reasonable error message in this case.

> Reading VarBinary data in parquet throws an error
> -------------------------------------------------
>
>                 Key: DRILL-901
>                 URL: https://issues.apache.org/jira/browse/DRILL-901
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Jason Altekruse
>         Attachments: 0001-Drill-901-Parquet-read-bug-with-VarBinary.patch
>
>
> When reading one of the VarBinary columns in the TPCH dataset, found an edge case where the parquet reader did not finish properly after reading all of the data. This caused an error as it tried to read a page beyond the last one in the column chunk.



--
This message was sent by Atlassian JIRA
(v6.2#6252)