bkietz commented on a change in pull request #11384:
URL: https://github.com/apache/arrow/pull/11384#discussion_r741256260
##########
File path: cpp/src/arrow/util/io_util.cc
##########
@@ -578,6 +607,19 @@ Result<std::vector<PlatformFilename>> ListDir(const
PlatformFilename& dir_path)
#endif
+Status SetWorkingDir(const PlatformFilename& dir_path) {
Review comment:
FTR, I used this because flatc always outputs the binary representation
to the current working directory (it will not accept the `-o` option) and it
seemed neater to ensure we were always writing that to the temporary directory
we allocated
--
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]