lonless9 opened a new issue, #18345: URL: https://github.com/apache/datafusion/issues/18345
### Describe the bug The `TryFrom<&protobuf::PartitionedFile>` implementation for the `PartitionedFile` is using `Path::from(proto.path)` to create the object_store::Path. This method automatically decodes percent-encoded sequences in the path string. This leads to a non-idempotent roundtrip. ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
