HyukjinKwon commented on a change in pull request #33339:
URL: https://github.com/apache/spark/pull/33339#discussion_r672040476
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/connector/catalog/CatalogManager.scala
##########
@@ -44,8 +44,12 @@ class CatalogManager(
import CatalogV2Util._
private val catalogs = mutable.HashMap.empty[String, CatalogPlugin]
+ private val validNameFormat = "([\\w_]+)".r
Review comment:
Can we reuse the validation logic if you refer to somewhere for
consistency?
--
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]