srowen commented on a change in pull request #29443:
URL: https://github.com/apache/spark/pull/29443#discussion_r474771993
##########
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:
... identifiers do not ...
##########
File path: core/src/main/java/org/apache/spark/api/plugin/DriverPlugin.java
##########
@@ -41,7 +41,7 @@
* initialization.
* <p>
* It's recommended that plugins be careful about what operations are
performed in this call,
- * preferrably performing expensive operations in a separate thread, or
postponing them until
+ * preferable performing expensive operations in a separate thread, or
postponing them until
Review comment:
preferably
----------------------------------------------------------------
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]