ajantha-bhat opened a new issue, #4995: URL: https://github.com/apache/iceberg/issues/4995
To migrate tables to Nessie catalog from other catalogs, we can make use of the `Catalog.registerTable()` interface. Implementation will be similar to `HiveCatalog.registerTable()`. By default, tables will be registered to the default branch if the table identifier doesn't specify any branch information. If the branch information is provided, register the table to that particular Nessie branch (assumes the branch should exist). cc: @snazy @Mehul2500 will be working on this. -- 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]
