cloud-fan commented on a change in pull request #35644:
URL: https://github.com/apache/spark/pull/35644#discussion_r813569666



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/expressions/ExpressionInfoSuite.scala
##########
@@ -200,6 +200,7 @@ class ExpressionInfoSuite extends SparkFunSuite with 
SharedSparkSession {
       val clonedSpark = spark.cloneSession()
       // Coalescing partitions can change result order, so disable it.
       
clonedSpark.sessionState.conf.setConf(SQLConf.COALESCE_PARTITIONS_ENABLED, 
false)
+      clonedSpark.sessionState.conf.setConf(SQLConf.ANSI_ENABLED, false)

Review comment:
       do you know which functions have query examples that rely on ANSI off?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to