cloud-fan commented on code in PR #52092: URL: https://github.com/apache/spark/pull/52092#discussion_r2293104711
########## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ########## @@ -6243,6 +6243,15 @@ object SQLConf { .createWithDefault(false) } + val ASSUME_ANSI_FALSE_IF_NOT_PERSISTED = + buildConf("spark.sql.assumeAnsiFalseIfNotPersisted.enabled") + .internal() + .doc("If enabled, assume ANSI mode is false if not persisted during view or UDF " + + "creation. Otherwise use the default value.") + .version("4.1.0") Review Comment: We need to backport this, as it fixes a regression in Spark 4.0 due to changing the ANSI conf default -- 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