cloud-fan commented on code in PR #48795: URL: https://github.com/apache/spark/pull/48795#discussion_r1836176179
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ParserUtils.scala: ########## @@ -134,3 +139,87 @@ object ParserUtils extends SparkParserUtils { sb.toString() } } + +object LabelUtils { Review Comment: No, each session has a parser instance in `SessionState`, that's why `AstBuilder` is stateless as it can be invoked by multiple threads at the same time. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org