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 [email protected]:apache/arrow.git (fetch) apache [email protected]:apache/arrow.git (push) ~/code ~/code/arrow-go ~/code apache [email protected]:apache/arrow-go.git (fetch) apache [email protected]:apache/arrow-go.git (push) ~/code ~/code/arrow-java ~/code apache [email protected]:apache/arrow-java.git (fetch) apache [email protected]:apache/arrow-java.git (push) ~/code ~/code/arrow-js ~/code apache [email protected]:apache/arrow-js.git (fetch) apache [email protected]:apache/arrow-js.git (push) ~/code ~/code/arrow-julia ~/code apache [email protected]:apache/arrow-julia.git (fetch) apache [email protected]:apache/arrow-julia.git (push) ~/code ~/code/arrow-site ~/code apache [email protected]:apache/arrow-site.git (fetch) apache [email protected]:apache/arrow-site.git (push) ~/code ~/code/arrow-swift ~/code apache [email protected]:apache/arrow-swift.git (fetch) apache [email protected]: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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
