wangyum commented on code in PR #36657:
URL: https://github.com/apache/spark/pull/36657#discussion_r881383962
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala:
##########
@@ -40,7 +41,7 @@ import org.apache.spark.util.Utils
* Optimizers can override this.
*/
abstract class Optimizer(catalogManager: CatalogManager)
- extends RuleExecutor[LogicalPlan] {
+ extends RuleExecutor[LogicalPlan] with SQLConfHelper {
Review Comment:
Analyzer also extends SQLConfHelper.
https://github.com/apache/spark/blob/efc1e8ac8bc61872601ac2244629a9d54f8889fb/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala#L188-L189
--
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]