ForeverAngry opened a new issue, #2433: URL: https://github.com/apache/iceberg-python/issues/2433
### Feature Request / Improvement Add merge strategies commonly used in version control systems to pyiceberg. Motivated by some of the discussion found here https://github.com/apache/iceberg-python/issues/2428: 1. **MERGE**: creating a merge commit that preserves history of both branches 2. **SQUASH**: condenses all commits from source branch into a single clean commit on target branch 3. **REBASE**: creates linear history by replaying commits from source branch on top of target branch 4. **CHERRY_PICK**: selects and applies specific individual commits from one branch to another 5. **FAST_FORWARD**: moves target branch pointer forward when no divergent commits exist (no merge commit needed) -- 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]
