athul-prevalent commented on issue #12263: URL: https://github.com/apache/iceberg/issues/12263#issuecomment-3515353211
We had a requirement to create a zero-copy cloning and we used iceberg register table to create a new copy of iceberg table without data copy, and any changes to the cloned table are isolated from the source table, may be this will help `targetCatalog.registerTable(targetTableIdent, TableUtil.metadataFileLocation(sourceTBL))` -- 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]
