We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3216e commit 5680d48Copy full SHA for 5680d48
sql/core/src/test/scala/org/apache/spark/sql/execution/PlannerSuite.scala
@@ -1002,7 +1002,7 @@ class PlannerSuite extends SharedSparkSession with AdaptiveSparkPlanHelper {
1002
assert(numPartitions == 0)
1003
}
1004
1005
- test("Remove redundant shuffle exchange") {
+ test("SPARK-32820: Remove redundant shuffle exchange") {
1006
withSQLConf(SQLConf.AUTO_BROADCASTJOIN_THRESHOLD.key -> "0") {
1007
withSQLConf(SQLConf.SHUFFLE_PARTITIONS.key -> "200") {
1008
val ordered = spark.range(1, 100).repartitionByRange(10, $"id".desc).orderBy($"id")
0 commit comments