cloud-fan commented on a change in pull request #36011:
URL: https://github.com/apache/spark/pull/36011#discussion_r840300830
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/internal/SessionState.scala
##########
@@ -79,7 +79,8 @@ private[sql] class SessionState(
createQueryExecution: (LogicalPlan, CommandExecutionMode.Value) =>
QueryExecution,
createClone: (SparkSession, SessionState) => SessionState,
val columnarRules: Seq[ColumnarRule],
- val queryStagePrepRules: Seq[Rule[SparkPlan]]) {
+ val queryStagePrepRules: Seq[Rule[SparkPlan]],
+ val runtimeOptimizerRules: Seq[Rule[LogicalPlan]]) {
Review comment:
shall we have a wrapper for these custom AQE optimizations? otherwise we
may keep adding new parameters here
--
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]