thisisnic commented on PR #48030: URL: https://github.com/apache/arrow/pull/48030#issuecomment-3491801516
Thanks, have added that in. Also, testing a new hypothesis; changed `repo_dirs=$(find ...)` to `mapfile -t repo_dirs < <(find ...)` so the loop iterates once per directory instead of once with all directories as a single multiline string. I'll merge and then we can see if it works or not, and iterate. -- 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]
