r2evans opened a new issue, #41618: URL: https://github.com/apache/arrow/issues/41618
### Describe the bug, including details regarding any error messages, version, and platform. I have a local datamart of various table schemas using hive partitioning. There are non-arrow (and non-R) tools accessing the directories, it would be nice to not have to search for names both with and without URL encoding. I cannot find an option or an argument that allows me to disable it. I recognize that perhaps S3 buckets might require it, but it seems like a bug (or mis-design?) that we cannot disable this otherwise disruptive and undocumented feature. Is this really silently hard-coded and required in all instances? The datamart is on a local filesystem, and spaces are (obviously) fully permissible in directory names. At a minimum, I feel documentation in `write_parquet` would be appropriate, though it would be really useful to not have to change all other utilities to work around this seemingly unnecessary behavior. R-4.3.2 and arrow-15.0.1. ### Component(s) R -- 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]
