SparkQA commented on issue #26187: [SPARK-29530][SQL] Add SessionState's conf as AbstractSqlParser's parameter instead of SQLConf.get in parser process make it thread safe URL: https://github.com/apache/spark/pull/26187#issuecomment-544649049 **[Test build #112399 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112399/testReport)** for PR 26187 at commit [`ad9dba8`](https://github.com/apache/spark/commit/ad9dba8df09aa4b11e6e1493b7e969274702cdcb). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `abstract class AbstractSqlParser(conf: SQLConf) extends ParserInterface with Logging ` * `class CatalystSqlParser(conf: SQLConf) extends AbstractSqlParser(conf) ` * `class SparkSqlParser(conf: SQLConf) extends AbstractSqlParser(conf) `
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
