HyukjinKwon commented on pull request #30139: URL: https://github.com/apache/spark/pull/30139#issuecomment-730112278
Yeah .. I migrated to gitbox completely IIRC. I remember there was a similar syncing issue without the migration. Now committers have to set up according to https://infra.apache.org/apache-github.html if I am not wrong. FYI, I believe we now can use interchangeably gitbox and github. This is my remote FYI: ```bash git remote -v ``` ``` ... apache https://github.com/apache/spark.git (fetch) apache https://github.com/apache/spark.git (push) apache-github https://github.com/apache/spark.git (fetch) apache-github https://github.com/apache/spark.git (push) ... origin https://github.com/HyukjinKwon/spark.git (fetch) origin https://github.com/HyukjinKwon/spark.git (push) ... upstream https://github.com/apache/spark.git (fetch) upstream https://github.com/apache/spark.git (push) ... ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
