ulysses-you commented on code in PR #38558:
URL: https://github.com/apache/spark/pull/38558#discussion_r1018605301
##########
sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala:
##########
@@ -3513,6 +3513,25 @@ class DataFrameSuite extends QueryTest
assert(df.queryExecution.executedPlan.execute().getNumPartitions == 2)
}
}
+
+ test("SPARK-41048: Improve output partitioning and ordering with AQE cache")
{
+ withSQLConf(
+ SQLConf.CAN_CHANGE_CACHED_PLAN_OUTPUT_PARTITIONING.key -> "true",
Review Comment:
agree, We can also remvoe the `internal` tag
--
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]