hililiwei commented on code in PR #4325: URL: https://github.com/apache/iceberg/pull/4325#discussion_r1129204290
########## docs/spark-procedures.md: ########## @@ -425,11 +425,12 @@ By default, the original table is retained with the name `table_BACKUP_`. #### Usage -| Argument Name | Required? | Type | Description | -|---------------|-----------|------|-------------| -| `table` | ✔️ | string | Name of the table to migrate | -| `properties` | ️ | map<string, string> | Properties for the new Iceberg table | -| `drop_backup` | | boolean | When true, the original table will not be retained as backup (defaults to false) | +| Argument Name | Required? | Type | Description | +|-----------------|-----------|------|-------------| +| `table` | ✔️ | string | Name of the table to migrate | +| `properties` | ️ | map<string, string> | Properties for the new Iceberg table | +| `drop_backup` | | boolean | When true, the original table will not be retained as backup (defaults to false) | Review Comment: Repaired. -- 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]
