tomtongue opened a new pull request, #8227: URL: https://github.com/apache/iceberg/pull/8227
## Changes Add supporting the backup table name configuration for Migrate procedure. ## Details Currently, Iceberg migrate procedure keeps the table backup with `<TABLE_NAME>_BACKUP_`. However, some catalogs such as Glue Data Catalog only accept lowercase as its table name, and this renaming operation in the migrate procedure would be a blocker for running the migrate. This change enables users to set their custom table back up name to avoid the restriction with keeping the backward compatiblity of the table name. -- 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]
