cloud-fan commented on code in PR #37415:
URL: https://github.com/apache/spark/pull/37415#discussion_r943101024
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala:
##########
@@ -149,17 +148,48 @@ class SessionCatalog(
}
/**
- * Format table name, taking into account case sensitivity.
+ * Formats object names, taking into account case sensitivity.
*/
- protected[this] def formatTableName(name: String): String = {
+ protected def format(name: String): String = {
Review Comment:
It was `protected` before so I keep it.
--
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]