jpugliesi opened a new issue, #7830: URL: https://github.com/apache/iceberg/issues/7830
### Feature Request / Improvement [As discussed on slack](https://apache-iceberg.slack.com/archives/C025PH0G1D4/p1682464799477819?thread_ts=1682025581.770009&cid=C025PH0G1D4), it would be useful to have a Spark procedure to fast-forward a table to a branch. Example (copied from the slack thread): ```sql -- update main branch to the state of xyz call system.fast_forward( table => 'db.table', to => 'xyz'); -- update another branch to the state of xyz call system.fast_forward( table => 'db.table', branch => 'another', to => 'xyz') ``` ### Query engine Spark -- 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]
