hvanhovell commented on a change in pull request #29224:
URL: https://github.com/apache/spark/pull/29224#discussion_r471309066
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveSparkPlanExec.scala
##########
@@ -90,7 +90,7 @@ case class AdaptiveSparkPlanExec(
// Exchange nodes) after running these rules.
private def queryStagePreparationRules: Seq[Rule[SparkPlan]] = Seq(
ensureRequirements
- )
+ ) ++ context.session.sessionState.queryStagePrepRules
Review comment:
Should we do this after ensure requirements? The `queryStagePrepRules`
might break requirements.
----------------------------------------------------------------
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]