Unable to access files with colon in their name
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 990
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 5
Description
**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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.