cloud-fan commented on a change in pull request #28683:
URL: https://github.com/apache/spark/pull/28683#discussion_r450674536
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2106,6 +2106,15 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val OPTIMIZER_IGNORE_HINTS =
Review comment:
According to the config naming policy (in
`core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala`),
`.enabled` is required if there are sub-configs. Otherwise it's optional.
`spark.sql.optimizer.disableHints` is fine.
----------------------------------------------------------------
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]