Sean Hsuan-Yi Chu created DRILL-3776:
----------------------------------------
Summary: count(*) from empty text file does not return 0
Key: DRILL-3776
URL: https://issues.apache.org/jira/browse/DRILL-3776
Project: Apache Drill
Issue Type: Bug
Components: Storage - Text & CSV
Reporter: Sean Hsuan-Yi Chu
Assignee: Sean Hsuan-Yi Chu
Priority: Critical
{code}
select count(*) from `empty.csv`;
{code}
{code}
select count(*) from `empty.json`;
{code}
Both return no record, no schema. But in postgres, it returns 0 for both cases.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)