vlsi commented on pull request #2632:
URL: https://github.com/apache/calcite/pull/2632#issuecomment-992440461


   > Various improvements here (e.g., 14b2bd3) could already get merged (by me 
or other committers) without waiting the outcome of more complex parts
   
   Unfortunately, GitHub does not provide the UI for "stacked diffs" / "stacked 
pull requests" yet, so having and rebasing several pull requests "on top of 
each other" is time-consuming. If you want to have 5 dependent pull requests, 
and you patch one of them, it causes 5 consequent rebases.
   
   What I typically do is sort the commits in the order of confidence.
   In other words, trivial changes go first, then the more complicated. Then, 
"partial merge" is possible: you just advance `master` branch to the commit you 
want, and the rest is left in the PR diff as usual.
   
   


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


Reply via email to