You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "phraktle (via GitHub)" <gi...@apache.org> on 2023/04/09 06:23:03 UTC

[I] Unable to access files with colon in their name (drill)

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-unsubscribe@drill.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Unable to access files with colon in their name (drill)

Posted by "kclonts (via GitHub)" <gi...@apache.org>.
kclonts commented on issue #2791:
URL: https://github.com/apache/drill/issues/2791#issuecomment-1676461320

   1.21.1 and 1.20.3 both had the issue for me as well on a linux host


-- 
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-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org