cloud-fan commented on a change in pull request #30357:
URL: https://github.com/apache/spark/pull/30357#discussion_r522661697
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/connector/expressions/expressions.scala
##########
@@ -30,8 +29,7 @@ import org.apache.spark.sql.types.{DataType, IntegerType,
StringType}
*/
private[sql] object LogicalExpressions {
// a generic parser that is only used for parsing multi-part field names.
- // because this is only used for field names, the SQL conf passed in does
not matter.
- private lazy val parser = new CatalystSqlParser(SQLConf.get)
+ private lazy val parser = new CatalystSqlParser()
Review comment:
ditto
----------------------------------------------------------------
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]