lhotari commented on PR #24902: URL: https://github.com/apache/pulsar/pull/24902#issuecomment-3467877180
@guptas6est Something went wrong in the way you tried to rebase/merge master branch changes to your fork branch. For PRs where the review has started, it's recommended to fetch the latest changes for `apache/pulsar` and merge the master branch. Let's say if you have `apache/pulsar` mapped to `origin`, you'd do `git fetch origin && git merge origin/master` to get most recent changes. Rebasing would be done with `git rebase origin/master`. I guess something else was used for merging / rebasing and recent changes show up as changes in this PR, which makes it hard to review. -- 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]
