jhchee opened a new issue, #8424: URL: https://github.com/apache/iceberg/issues/8424
### Feature Request / Improvement **Background** Hi, in our WAP pipeline, we have a situation where the audit branch is constantly being updated. When the auditing job run, it may audit a snapshot that is not is head of the auditing branch. When fast-forward command runs, the fast-forward will include commit that is not audited (because it always fast-forward to that head of the branch). **Request** Expose a function that allows user fast forward to a specific snapshot_id. Throw an error if 1. The base is not an ancestor of the provided snapshot id. 2. The branch doesn't contain snapshot id. ```java fast_forward(source, target, snapshot_id) ``` ### Query engine None -- 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]
