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 2015/09/25 22:14:05 UTC

[jira] [Created] (DRILL-3843) Any query returns empty results when we have a filter on a non-existent directory

Rahul Challapalli created DRILL-3843:
----------------------------------------

             Summary: Any query returns empty results when we have a filter on a non-existent directory
                 Key: DRILL-3843
                 URL: https://issues.apache.org/jira/browse/DRILL-3843
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Flow
            Reporter: Rahul Challapalli


git.commit.id.abbrev=3c89b30

The below query should return 0 instead it returns no results
{code}
select l_shipdate from lineitem where dir0='blah';
+-------------+
| l_shipdate  |
+-------------+
+-------------+
{code}



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