lamber-ken commented on issue #1466: [HUDI-742] Fix Java Math Exception
URL: https://github.com/apache/incubator-hudi/pull/1466#issuecomment-606296693
 
 
   > @Iamber-ken, yes, I was using my company git config to commit the code. Do 
I need to recommit the code using my personal github account?
   
   It doesn't matter, it's better to use your personal github email from my 
side.
   
   A simple way is 
   ```
   cd incubator-hudi
   git config user.email <your email>      //  valid only for the current 
project
   git rebase -i HEAD~3
   git push xxx --force
   ```

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to