Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Trying to read an empty CSV file (a file containing zero bytes) fails with a system error:
0: jdbc:drill:zk=local> SELECT * FROM `dfs.root`.`/tmp/empty.csv`; Error: SYSTEM ERROR: IllegalArgumentException: MinorFragmentId 0 has no read entries assigned [Error Id: f1da68f6-9749-45bc-956b-20cbc6d28894 on dev-linux2:31010] (state=,code=0) 0: jdbc:drill:zk=local>
Attachments
Issue Links
- is related to
-
DRILL-2843 Reading empty CSV file fails with error (rather than yielding zero rows)
- Closed