C-Loftus commented on issue #1097:
URL: https://github.com/apache/iceberg-go/issues/1097#issuecomment-4918662343

   Question on this @tanmayrauth , would it be reasonable to implement this and 
guard it behind `allow-unsafe-commits` similar to the logic in #1096 ? 
   
   As context, I was looking for ways in iceberg-go to move tables from one 
cloud storage provider to another or subsetting a part of a table for local 
debugging, and I was wondering if this functionality would be the right way to 
accomplish that in advance of the operation to actual transfer the files? i.e. 
would `RenameTable` allow for renaming a table with an `s3://` scheme to a 
table with `file://` in advance of a transfer from one filesystem to another, 
or would the schemes need to match? 


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