cloud-fan commented on code in PR #47981:
URL: https://github.com/apache/spark/pull/47981#discussion_r1743835268
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -3820,6 +3820,17 @@ object SQLConf {
.intConf
.createWithDefault(ByteArrayMethods.MAX_ROUNDED_ARRAY_LENGTH)
+ val ACCURATE_CASE_WHEN_NULLABILITY_CHECK =
+ buildConf("spark.sql.optimizer.accurateCaseWhenNullabilityCheck")
Review Comment:
a config is overkill IMO. Changing nullability from true to false is an
optimization and it happens in query optimizer as well.
--
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]