fanaticjo commented on issue #9281:
URL: https://github.com/apache/iceberg/issues/9281#issuecomment-1851990066

   i want to create a branch / tag only for the latest data load while AS of 
version considers the latest data and the previous data also . 
   
   For example 
   
   insert 
   1 , 2 ,3  --- snapshot id 1 
   
   if i create a branch with as of version 1  the branch will have 1 ,2 ,3 
   
   in next load 
   insert 
   4 , 5 , 6 --- snapshot id 2
   
   if i create a branch with as of version 2 the branch will have 1 , 2 , 3 ,4 
,5 ,6 
   
   what i want is only how i can create a branch for only 4 ,5 ,6 


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