schuermannator commented on code in PR #36969:
URL: https://github.com/apache/spark/pull/36969#discussion_r908743054
##########
sql/core/src/main/scala/org/apache/spark/sql/internal/CatalogImpl.scala:
##########
@@ -43,12 +43,6 @@ class CatalogImpl(sparkSession: SparkSession) extends
Catalog {
private def sessionCatalog: SessionCatalog =
sparkSession.sessionState.catalog
- private def requireDatabaseExists(dbName: String): Unit = {
Review Comment:
since it is only used in two places that will both need to change its
behavior I went ahead and inline here. I can revert since I'm no longer doing
`listFunctions` (the second call site)
--
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]