You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/02/09 02:36:09 UTC

[GitHub] [arrow] westonpace commented on issue #33618: [C++] Improve arrow::fs::FileSelect performance for `IsFile()` and `IsDirectory()`

westonpace commented on issue #33618:
URL: https://github.com/apache/arrow/issues/33618#issuecomment-1423532901

   Using `std::filesystem` sounds like a great approach even if `readdir` was working.  We should probably start investigating other places we can eventually migrate to `std::filesystem` as it may help reduce both complexity and duplicate (windows / linux /mac) paths.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org