Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19451#discussion_r146761735
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -922,6 +922,17 @@ object SQLConf {
.intConf
.createWithDefault(10000)
+ val REPLACE_EXCEPT_WITH_FILTER =
buildConf("spark.sql.optimizer.replaceExceptWithFilter")
+ .doc("When true, the apply function of the rule verifies whether the
right node of the " +
--- End diff --
> `.internal()`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]