maropu commented on a change in pull request #29559:
URL: https://github.com/apache/spark/pull/29559#discussion_r478825558
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -522,6 +522,15 @@ object SQLConf {
.checkValue(_ >= 0, "The non-empty partition ratio must be positive
number.")
.createWithDefault(0.2)
+ val ADAPTIVE_OPTIMIZER_EXCLUDED_RULES =
Review comment:
Since the PR description says nothing about adding this, I think its
better to add it or separating this from this PR. Also, could you add some
tests for this?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]