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

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

Rahul Challapalli created DRILL-5000:
----------------------------------------

             Summary: 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


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)