brandonJY commented on a change in pull request #29443:
URL: https://github.com/apache/spark/pull/29443#discussion_r474813736



##########
File path: 
sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/TableCatalog.java
##########
@@ -176,7 +176,7 @@ Table alterTable(
    * @param newIdent the new table identifier of the table
    * @throws NoSuchTableException If the table to rename doesn't exist or is a 
view
    * @throws TableAlreadyExistsException If the new table name already exists 
or is a view
-   * @throws UnsupportedOperationException If the namespaces of old and new 
identiers do not
+   * @throws UnsupportedOperationException If the namespaces of old and new 
identifier does not

Review comment:
       @srowen thanks a lot. Updated per suggested. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to