raulcd commented on issue #47223: URL: https://github.com/apache/arrow/issues/47223#issuecomment-3150566428
I am fine with this change. I am quite used to use `apache` as my remote for any of our arrow related repositories but happy to use upstream for consistency: ```bash $ for repo in $repos; do pushd $repo; git remote -v | grep apache; popd; done ~/code/arrow ~/code apache g...@github.com:apache/arrow.git (fetch) apache g...@github.com:apache/arrow.git (push) ~/code ~/code/arrow-go ~/code apache g...@github.com:apache/arrow-go.git (fetch) apache g...@github.com:apache/arrow-go.git (push) ~/code ~/code/arrow-java ~/code apache g...@github.com:apache/arrow-java.git (fetch) apache g...@github.com:apache/arrow-java.git (push) ~/code ~/code/arrow-js ~/code apache g...@github.com:apache/arrow-js.git (fetch) apache g...@github.com:apache/arrow-js.git (push) ~/code ~/code/arrow-julia ~/code apache g...@github.com:apache/arrow-julia.git (fetch) apache g...@github.com:apache/arrow-julia.git (push) ~/code ~/code/arrow-site ~/code apache g...@github.com:apache/arrow-site.git (fetch) apache g...@github.com:apache/arrow-site.git (push) ~/code ~/code/arrow-swift ~/code apache g...@github.com:apache/arrow-swift.git (fetch) apache g...@github.com:apache/arrow-swift.git (push) ~/code ``` -- 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