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)