Skip to content

Commit 5680d48

Browse files
committed
Added JIRA number prefix to the test.
1 parent 1e3216e commit 5680d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/PlannerSuite.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ class PlannerSuite extends SharedSparkSession with AdaptiveSparkPlanHelper {
10021002
assert(numPartitions == 0)
10031003
}
10041004

1005-
test("Remove redundant shuffle exchange") {
1005+
test("SPARK-32820: Remove redundant shuffle exchange") {
10061006
withSQLConf(SQLConf.AUTO_BROADCASTJOIN_THRESHOLD.key -> "0") {
10071007
withSQLConf(SQLConf.SHUFFLE_PARTITIONS.key -> "200") {
10081008
val ordered = spark.range(1, 100).repartitionByRange(10, $"id".desc).orderBy($"id")

0 commit comments

Comments
 (0)