itholic commented on a change in pull request #35239:
URL: https://github.com/apache/spark/pull/35239#discussion_r788387632
##########
File path: docs/sql-ref-syntax-ddl-alter-table.md
##########
@@ -225,6 +294,25 @@ ALTER TABLE table_identifier [ partition_spec ] SET
LOCATION 'new_location'
Specifies the SERDE properties to be set.
+### RECOVER PARTITIONS
+
+`RECOVER PARTITIONS` statement recovers all the partitions in the directory of
a table and updates the Hive metastore.
Review comment:
nit: maybe
```sql
`ALTER TABLE RECOVER PARTITIONS` statement blah blah...
```
to keep the consistency with other items ?
##########
File path: docs/sql-ref-syntax-ddl-alter-table.md
##########
@@ -225,6 +294,25 @@ ALTER TABLE table_identifier [ partition_spec ] SET
LOCATION 'new_location'
Specifies the SERDE properties to be set.
+### RECOVER PARTITIONS
+
+`RECOVER PARTITIONS` statement recovers all the partitions in the directory of
a table and updates the Hive metastore.
Review comment:
nit: maybe
```sql
`ALTER TABLE RECOVER PARTITIONS` statement recovers blah blah...
```
to keep the consistency with other items ?
--
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]