HyukjinKwon opened a new pull request, #48401: URL: https://github.com/apache/arrow/pull/48401
### Rationale for this change There is a legacy TODO as below: https://github.com/apache/arrow/blob/06148950fb895bb947b2d0e4cb98d5bc455396a0/python/pyarrow/tests/test_fs.py#L1626 Per https://github.com/apache/arrow/blob/2a3c5db7900028fbdf54a4162ce6c5b3f6e9f8e4/python/pyarrow/fs.py#L204-L207 It does create the directories automatically: https://github.com/apache/arrow/blob/2a3c5db7900028fbdf54a4162ce6c5b3f6e9f8e4/cpp/src/arrow/filesystem/filesystem.cc#L702 ### What changes are included in this PR? This PR removes unnecessary mkdir() in `test_fs.py` ### Are these changes tested? Yes, locally. ### Are there any user-facing changes? No. -- 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]
