Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
Description
Storage plugin is defined as dfs :
0: jdbc:drill:> select * from dfs.`/user/root/alltypes.json`;
Works fine.
select * from FROM DFS.`/user/root/alltypes.json`;
Fails with DFS not found.