phraktle opened a new issue, #2791: URL: https://github.com/apache/drill/issues/2791
**Describe the bug** When accessing files in local filesystem with `:` in their name, a `java.net.URISyntaxException` is thrown. **To Reproduce** ``` apache drill> SELECT * FROM dfs.`/foo/meta_2022-12-19_16:00:00.csv`; Error: VALIDATION ERROR: java.net.URISyntaxException: Relative path in absolute URI: .meta_2022-12-19_16:00:00.csv.crc ``` **Expected behavior** Should work on local filesystems where `:` is valid in filenames. **Drill version** 1.21.0 -- 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: dev-unsubscr...@drill.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org