swyatt7 commented on issue #37667: URL: https://github.com/apache/arrow/issues/37667#issuecomment-1729882467
I'm not on Windows. I'm on mac OS which emulates a POSIX filesystem. I've realized when you pass in a filesystem argument into any pyarrow api with a URI, you must strip the any leading `/`. So when doing this. ```python dataset_dir = "/path/to/dataset/" #doesn't work dataset_dir = "path/to/dataset/" #does work ``` I'm closing this issue. -- 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]
