Skip to content

Commit

Permalink
Modify test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jun 24, 2020
1 parent df6a035 commit 1ae1a87
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1022,8 +1022,7 @@ class AdaptiveQueryExecSuite
}
}

test("SPARK-31220 and SPARK-32056 coalesce partitions for repartition by expressions " +
"when AQE is enabled") {
test("SPARK-31220, SPARK-32056: repartition by expression with AQE") {
Seq(true, false).foreach { enableAQE =>
withSQLConf(
SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> enableAQE.toString,
Expand Down Expand Up @@ -1064,8 +1063,7 @@ class AdaptiveQueryExecSuite
}
}

test("SPARK-31220 and SPARK-32056 coalesce partitions for repartition by range " +
"when AQE is enabled") {
test("SPARK-31220, SPARK-32056: repartition by range with AQE") {
Seq(true, false).foreach { enableAQE =>
withSQLConf(
SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> enableAQE.toString,
Expand Down

0 comments on commit 1ae1a87

Please sign in to comment.