You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Artem Trush (Jira)" <ji...@apache.org> on 2022/06/16 09:49:00 UTC

[jira] [Updated] (DRILL-8249) NullPointerException is thrown when trying select from parquet file

     [ https://issues.apache.org/jira/browse/DRILL-8249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Artem Trush updated DRILL-8249:
-------------------------------
    Description: 
After one of the recent fix - [DRILL-1282|https://github.com/apache/drill/pull/2338] drill started to throw npe. Issue is related to drill 1.20 and above.

Simple {{SELECT * FROM}}  from {{nation.dict.parquet}} file. Attached it.

Were investigated that the code [here|https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/VarLenColumnBulkInput.java#L318L341] is not working as expected. Before DRILL-1282 these code lines were not used for reading this file (or I guess any file).  

  was:
After one of the recent fix - [DRILL-1282|[https://github.com/apache/drill/pull/2338]] drill started to throw npe. Issue is related to drill 1.20 and above.

Simple {{SELECT * FROM}}  from {{nation.dict.parquet}} file. Attached it.

Were investigated that the code [here|https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/VarLenColumnBulkInput.java#L318L341] is not working as expected. Before DRILL-1282 these code lines were not used for reading this file (or I guess any file).  


> NullPointerException is thrown when trying select from parquet file
> -------------------------------------------------------------------
>
>                 Key: DRILL-8249
>                 URL: https://issues.apache.org/jira/browse/DRILL-8249
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Parquet
>    Affects Versions: 1.20.0, 1.20.1
>            Reporter: Artem Trush
>            Assignee: Artem Trush
>            Priority: Major
>             Fix For: 1.20.2
>
>         Attachments: nation.dict.parquet
>
>
> After one of the recent fix - [DRILL-1282|https://github.com/apache/drill/pull/2338] drill started to throw npe. Issue is related to drill 1.20 and above.
> Simple {{SELECT * FROM}}  from {{nation.dict.parquet}} file. Attached it.
> Were investigated that the code [here|https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/VarLenColumnBulkInput.java#L318L341] is not working as expected. Before DRILL-1282 these code lines were not used for reading this file (or I guess any file).  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)