Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/12391#discussion_r91974032
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogSuite.scala
---
@@ -778,6 +778,24 @@ abstract class ExternalCatalogSuite extends
SparkFunSuite with BeforeAndAfterEac
"db2", "tbl1", Seq(part1.spec), ignoreIfNotExists = false, purge =
false, retainData = false)
assert(fs.exists(partPath))
}
+
+ test("drop database cascade with function defined") {
--- End diff --
Can you try to check whether your test case can still pass without your
fix? Thanks!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]