cloud-fan commented on code in PR #37415:
URL: https://github.com/apache/spark/pull/37415#discussion_r941442898
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/ShowFunctionsSuite.scala:
##########
@@ -37,6 +39,10 @@ trait ShowFunctionsSuiteBase extends
command.ShowFunctionsSuiteBase
override protected def dropFunction(name: String): Unit = {
sql(s"DROP FUNCTION IF EXISTS $name")
}
+ override protected def qualifiedFunName(ns: String, name: String): String = {
+ // `SessionCatalog` lower-cases function names before creating.
Review Comment:
ditto https://github.com/apache/spark/pull/37415/files#r941439129
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]