AngersZhuuuu edited a comment on issue #26172: [WIP][SPARK-29516][SQL][TEST] 
Test ThriftServerQueryTestSuite asynchronously
URL: https://github.com/apache/spark/pull/26172#issuecomment-544364977
 
 
   This error happen because in SparkSession.sql() method, `parse` process is 
not under current SparkSession's conf. So some configuration about `parser` 
such as `spark.sql.ansi.enable` get failed in thread level
   
   
https://github.com/apache/spark/blob/e99a9f78ea2e18eabca722c5714280eb7a737499/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ParseDriver.scala#L94
   
   
https://github.com/apache/spark/blob/e99a9f78ea2e18eabca722c5714280eb7a737499/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ParseDriver.scala#L95
   

----------------------------------------------------------------
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]

Reply via email to