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 2015/04/21 01:48:00 UTC

[jira] [Updated] (DRILL-1389) Incorrect results when reading nullable columns out of a parquet file

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

Jason Altekruse updated DRILL-1389:
-----------------------------------
    Component/s: Storage - Parquet

> 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
>          Components: Storage - Parquet
>            Reporter: Jason Altekruse
>            Priority: Critical
>             Fix For: 0.6.0
>
>         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)