cloud-fan commented on code in PR #47660:
URL: https://github.com/apache/spark/pull/47660#discussion_r1713111555
##########
sql/core/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveSessionCatalog.scala:
##########
@@ -424,7 +424,8 @@ class ResolveSessionCatalog(val catalogManager:
CatalogManager)
throw QueryCompilationErrors.missingCatalogAbilityError(catalog,
"functions")
}
- case ShowFunctions(DatabaseInSessionCatalog(db), userScope, systemScope,
pattern, output) =>
+ case ShowFunctions(
+ ResolvedDatabaseInSessionCatalog(db), userScope, systemScope, pattern,
output) =>
Review Comment:
```suggestion
ResolvedDatabaseInSessionCatalog(db), userScope, systemScope,
pattern, output) =>
```
--
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]