cgivre commented on issue #2644: URL: https://github.com/apache/drill/issues/2644#issuecomment-1240635018
@meyergin This looks like an issue with your query. The path to your file needs to be in backticks. IE: ```sql SELECT * FROM dfs.`/db/test` ``` You can also define workspaces which are shortcuts to file paths. (https://drill.apache.org/docs/workspaces/) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
