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