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

Rahul Challapalli updated DRILL-3843:
-------------------------------------
    Description: 
git.commit.id.abbrev=3c89b30

The below query should return 0 instead it returns no results (Directory 'blah' 
does not exist)
{code}
select count(*) from lineitem where dir0='blah';
+-------------+
| l_shipdate  |
+-------------+
+-------------+
{code}

  was:
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}


> 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 (Directory 
> 'blah' does not exist)
> {code}
> select count(*) from lineitem where dir0='blah';
> +-------------+
> | l_shipdate  |
> +-------------+
> +-------------+
> {code}



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

Reply via email to