kbendick commented on pull request #3078:
URL: https://github.com/apache/iceberg/pull/3078#issuecomment-923154932


   @dungdm93 we enabled CI, but it seems like there's a style error.
   
   Could you rebase off of the latest master (so as to pick up changes to the 
test suite that were causing timeouts and to pick up reduced logging verbosity)?
   
   You can run the following, assuming that the upstream repo (the Apache repo) 
has been set and named as `upstream`. Sometimes people might name it `apache` 
also. You can check via `git remote -v`.
   
   ```bash
   $ git checkout master
   $ git pull upstream master --rebase
   $ git checkout jdbc-catalog-user
   $ git rebase -i master  # Then type `:wq` to keep all your commit messages, 
but rebase onto the updated master branch
   $ git push --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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to