liurenjie1024 commented on code in PR #10939:
URL: https://github.com/apache/iceberg/pull/10939#discussion_r1719212282


##########
site/docs/contribute.md:
##########
@@ -44,6 +44,7 @@ The Iceberg community prefers to receive contributions as 
[Github pull requests]
 * It's helpful to include a prefix in the summary that provides context to PR 
reviewers, such as `Build:`, `Docs:`, `Spark:`, `Flink:`, `Core:`, `API:`
 * If a PR is related to an issue, adding `Closes #1234` in the PR description 
will automatically close the issue and helps keep the project clean
 * If a PR is posted for visibility and isn't necessarily ready for review or 
merging, be sure to convert the PR to a draft
+* If a PR is already under review, please avoid force-pushing to the branch as 
it can make it difficult for reviewers to track changes. If you need to keep 
the PR up-to-date with the main branch, consider merge rather than rebase 

Review Comment:
   The problem with rebase and force push is that reviewer can't pick up from 
last review.
   
   > With merge, it can be difficult to find my changes with dozens or hundreds 
of commits merged in from main branch added on top.
   
   Seems this is not the case, unless you have much conflicts with main branch. 
https://github.com/apache/iceberg-rust/pull/491 is an example of using merge 
and doesn't introduce commits from main.



-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to