databius commented on issue #12263:
URL: https://github.com/apache/iceberg/issues/12263#issuecomment-2667369068

   > What are we looking for here that doesn't exist within branching?
   
   My case copying production data to a separate environment. Example:
   
   ```
   CREATE TABLE myproject.myDataset_backup.myTableClone
   CLONE myproject.myDataset.myTable;
   ```
   
   I can then perform any operation on `myTableClone` including dropping it 
without affecting the original table.


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