EslamAhmed171 commented on issue #48325: URL: https://github.com/apache/arrow/issues/48325#issuecomment-3705177527
> [Path.as_uri()](https://docs.python.org/3/library/pathlib.html#pathlib.Path.as_uri) is deprecated since Python version 3.14 so I do not think this would be the best approach. Maybe https://docs.python.org/3/library/urllib.parse.html#urllib.parse.quote? Sorry for late response! You are right it's deprecated. (~I'm note python user~) quote from urllib.parse seems good way to solve it. I'II test it local and raise PR if it is passing. -- 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]
