Daniel Barclay (Drill) created DRILL-3903:
---------------------------------------------
Summary: Querying empty directory yield internal
index-out-of-bounds error
Key: DRILL-3903
URL: https://issues.apache.org/jira/browse/DRILL-3903
Project: Apache Drill
Issue Type: Bug
Components: Storage - Other
Reporter: Daniel Barclay (Drill)
Assignee: Jacques Nadeau
Trying to use an empty directory as a table results in an internal
IndexOutOfBounds error:
{noformat}
0: jdbc:drill:zk=localhost:2181> SELECT * FROM
`dfs`.`root`.`/tmp/empty_directory`;
Error: VALIDATION ERROR: Index: 0, Size: 0
[Error Id: 66ff61ed-ea41-4af9-87c5-f91480ef1b21 on dev-linux2:31010]
(state=,code=0)
0: jdbc:drill:zk=localhost:2181>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)