dongjoon-hyun commented on a change in pull request #30267:
URL: https://github.com/apache/spark/pull/30267#discussion_r518532125
##########
File path:
sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/TableCatalog.java
##########
@@ -162,6 +162,29 @@ Table alterTable(
*/
boolean dropTable(Identifier ident);
+ /**
+ * Drop a table in the catalog with an option to purge.
+ * <p>
+ * If the catalog supports views and contains a view for the identifier and
not a table, this
+ * must not drop the view and must return false.
+ * <p>
+ * If the catalog supports the option to purge a table, this method must be
overwritten.
Review comment:
`overwritten` -> `overridden`.
----------------------------------------------------------------
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]