[
https://issues.apache.org/jira/browse/DRILL-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Altekruse updated DRILL-1389:
-----------------------------------
Attachment: DRILL-1389.patch
> Incorrect results when reading nullable columns out of a parquet file
> ---------------------------------------------------------------------
>
> Key: DRILL-1389
> URL: https://issues.apache.org/jira/browse/DRILL-1389
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Jason Altekruse
> Priority: Critical
> Attachments: DRILL-1389.patch
>
>
> Query:
> select wr_return_quantity from web_returns where wr_return_quantity = 1;
> expected correct result is:
> tpcds=# select count(*) from (select wr_return_quantity from web_returns
> where wr_return_quantity = 1) as x;
> count
> -------
> 3573
> (1 row)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)