pitrou commented on code in PR #12945: URL: https://github.com/apache/arrow/pull/12945#discussion_r855314257
########## dev/release/verify-release-candidate.sh: ########## @@ -895,6 +895,8 @@ ensure_source_directory() { fi fi + # Ensure ARROW_SOURCE_DIR is a safe.directory for git + git config --global --add safe.directory $ARROW_SOURCE_DIR Review Comment: Yes, that would be ok. It can even go into the Dockerfile(s) IMHO. @kou @kszucs What do you think? -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org