Skip to content

Commit 938d954

Browse files
committed
[SPARK-27382][SQL][TEST] Update Spark 2.4.x testing in HiveExternalCatalogVersionsSuite
## What changes were proposed in this pull request? Since Apache Spark 2.4.1 vote passed and is distributed into mirrors, we need to test 2.4.1. This should land on both `master` and `branch-2.4`. ## How was this patch tested? Pass the Jenkins. Closes apache#24292 from dongjoon-hyun/SPARK-27382. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent f7bd1ab commit 938d954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils {
206206

207207
object PROCESS_TABLES extends QueryTest with SQLTestUtils {
208208
// Tests the latest version of every release line.
209-
val testingVersions = Seq("2.3.3", "2.4.0")
209+
val testingVersions = Seq("2.3.3", "2.4.1")
210210

211211
protected var spark: SparkSession = _
212212

0 commit comments

Comments
 (0)