cloud-fan commented on a change in pull request #28683:
URL: https://github.com/apache/spark/pull/28683#discussion_r449471485
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -3183,6 +3192,8 @@ class SQLConf extends Serializable with Logging {
def nestedSchemaPruningEnabled: Boolean =
getConf(NESTED_SCHEMA_PRUNING_ENABLED)
+ def optimizerIgnoreHints: Boolean = getConf(OPTIMIZER_IGNORE_HINTS)
Review comment:
nit: I think the new policy is to not add methods to `SQLConf` if it's
only called once.
----------------------------------------------------------------
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]