You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2016/11/04 05:52:58 UTC

[jira] [Updated] (DRILL-5000) Dir Pruning + Auto Partitioning : AssertionError in FindPartitionConditions

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

Rahul Challapalli updated DRILL-5000:
-------------------------------------
    Attachment: item.tgz
                error.log

Just by adding parenthesis, the issue went away

{code}
select i_rec_start_date, i_rec_end_date from dfs.`/drill/testdata/parquet_date/auto_partition/item_multidate` where (dir0='1.9' or dir0='1.2') and i_rec_start_date = date '1997-10-27';
{code}


> Dir Pruning + Auto Partitioning : AssertionError in FindPartitionConditions
> ---------------------------------------------------------------------------
>
>                 Key: DRILL-5000
>                 URL: https://issues.apache.org/jira/browse/DRILL-5000
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Metadata, Query Planning & Optimization
>            Reporter: Rahul Challapalli
>         Attachments: error.log, item.tgz
>
>
> git.commit.id.abbrev=190d5d4
> The below query fails with an Assertion Error
> {code}
> select i_rec_start_date, i_rec_end_date from item where dir0='1.9' or dir0='1.2' and i_rec_start_date = date '1997-10-27';
> Error: SYSTEM ERROR: AssertionError
> [Error Id: 4271ca4f-b7f1-40d9-b203-f53ff6de7e04 on qa-node191.qa.lab:31010] (state=,code=0)
> {code}
> I attached the log files and the data set



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)