[GitHub] [spark] maryannxue commented on a diff in pull request #38558: [SPARK-41048][SQL] Improve output partitioning and ordering with AQE cache

2022-11-10 Thread GitBox
maryannxue commented on code in PR #38558: URL: https://github.com/apache/spark/pull/38558#discussion_r1019286861 ## sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveSparkPlanExec.scala: ## @@ -205,6 +205,8 @@ case class AdaptiveSparkPlanExec( def

[GitHub] [spark] maryannxue commented on a diff in pull request #38558: [SPARK-41048][SQL] Improve output partitioning and ordering with AQE cache

2022-11-08 Thread GitBox
maryannxue commented on code in PR #38558: URL: https://github.com/apache/spark/pull/38558#discussion_r1017328200 ## sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveSparkPlanExec.scala: ## @@ -209,6 +209,19 @@ case class AdaptiveSparkPlanExec(