HyukjinKwon commented on a change in pull request #30358:
URL: https://github.com/apache/spark/pull/30358#discussion_r523859246
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/connector/InMemoryTableCatalog.scala
##########
@@ -181,9 +181,21 @@ class InMemoryTableCatalog extends
BasicInMemoryTableCatalog with SupportsNamesp
override def dropNamespace(namespace: Array[String]): Boolean = {
listNamespaces(namespace).foreach(dropNamespace)
- listTables(namespace).foreach(dropTable)
Review comment:
I think the change is good but to clarify, @MaxGekk, is this test only
PR? all changes are in tests.
----------------------------------------------------------------
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]