ulysses-you commented on code in PR #5489:
URL: https://github.com/apache/kyuubi/pull/5489#discussion_r1376999796
##########
extensions/spark/kyuubi-extension-spark-3-5/src/main/scala/org/apache/kyuubi/sql/KyuubiSparkSQLCommonExtension.scala:
##########
@@ -42,6 +42,7 @@ object KyuubiSparkSQLCommonExtension {
extensions.injectPostHocResolutionRule(InsertZorderBeforeWritingHive33)
extensions.injectPostHocResolutionRule(FinalStageConfigIsolationCleanRule)
+ extensions.injectQueryStagePrepRule(DynamicShufflePartitions)
extensions.injectQueryStagePrepRule(_ => InsertShuffleNodeBeforeJoin)
Review Comment:
shall we put the new rule behind the existed rule ?
--
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]