You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "danny0405 (via GitHub)" <gi...@apache.org> on 2023/02/11 06:13:34 UTC

[GitHub] [hudi] danny0405 commented on pull request #7633: [HUDI-5737] Fix Deletes issued without any prior commits

danny0405 commented on PR #7633:
URL: https://github.com/apache/hudi/pull/7633#issuecomment-1426631895

   The cmd to rebase the code:
   
   ```shell
   -- fetch upstream branch 'master', assume you already set up the upstream as the hudi git repository
   git fetch upstream master;
   -- rebase the branch and resolve the conflicts.
   git rebase upstream/master;
   ```


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org