szehon-ho commented on code in PR #6025: URL: https://github.com/apache/iceberg/pull/6025#discussion_r1003844542
########## docs/spark-procedures.md: ########## @@ -421,12 +421,18 @@ Existing data files are added to the Iceberg table's metadata and can be read us To leave the original table intact while testing, use [`snapshot`](#snapshot) to create new temporary table that shares source data files and schema. +Migrate will create a backup table with name [`table__BACKUP__`]. If you feel confident that the migration succeeded Review Comment: I'm not sure if this is too much implementation detail. But if we keep it, let's be more concise and avoid second-person 'you' ``` By default, the original table is retained with the name table_BACKUP_. ``` -- 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]
