cloud-fan commented on a change in pull request #30357:
URL: https://github.com/apache/spark/pull/30357#discussion_r522661425
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/connector/catalog/CatalogV2Implicits.scala
##########
@@ -143,7 +142,7 @@ private[sql] object CatalogV2Implicits {
}
}
- private lazy val catalystSqlParser = new CatalystSqlParser(SQLConf.get)
+ private lazy val catalystSqlParser = new CatalystSqlParser()
Review comment:
We can directly use `object CatalystSqlParser` in this file and remove
this lazy val, as `CatalogV2Implicits` is already an object.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]