jackye1995 opened a new issue #3896:
URL: https://github.com/apache/iceberg/issues/3896


   With the introduction of branching, we can produce snapshots to a specific 
branch like the following:
   
   ```java
   table.newAppend()
       .appendFile(someFile)
       .branch("some_branch")
       .commit();
   ```
   


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

Reply via email to