Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
select count(*) from `empty.csv`;
select count(*) from `empty.json`;
Both return no record, no schema. But in postgres, it returns 0 for both cases.
Attachments
Issue Links
- is related to
-
DRILL-7516 count(*) on empty JSON produce nothing
- Open