xintongsong commented on pull request #18148: URL: https://github.com/apache/flink/pull/18148#issuecomment-999981244
@X-czh, I noticed that you have squashed all the changes into one commit. This makes the PR hard to review, and is not ideal for the maintaining of git history. Could you please change it back? You can use `git commit --fixup <commit-to-be-fixed>` to address comments in separate commits. That helps reviewers identify new changes since previous review, and can be easily squashed later with `git rebase -i`. -- 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]
