pitrou commented on a change in pull request #9995: URL: https://github.com/apache/arrow/pull/9995#discussion_r611836438
########## File path: cpp/src/arrow/filesystem/s3fs.cc ########## @@ -1126,6 +1127,11 @@ struct TreeWalker : public std::enable_shared_from_this<TreeWalker> { template <typename... Args> static Status Walk(Args&&... args) { + return WalkAsync(std::forward<Args>(args)...).status(); Review comment: Note I'm not changing the internal implementation here, I'm just exposing an additional `WalkAsync` entrypoint. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org