nastra commented on issue #9111:
URL: https://github.com/apache/iceberg/issues/9111#issuecomment-1817800700

   > Referring to documentation, I can't find out a way to write data into 
table along with a specific tag
   
   This isn't supported and I don't think there's much value in supporting 
something like this. Also note that a **tag** is an immutable snapshot (which 
can be used for retaining important historical snapshots), meaning that you 
can't write new data to that snapshot and expect the **tag** to move along with 
your changes (that's the purpose of a **branch**).
   Your suggestion however would imply that you first create a **tag** and then 
write data to it, which is not what a **tag** supports


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