Skip to content

Commit 1e43783

Browse files
dongjoon-hyunHyukjinKwon
authored andcommitted
[SPARK-25570][SQL][TEST] Replace 2.3.1 with 2.3.2 in HiveExternalCatalogVersionsSuite
## What changes were proposed in this pull request? This PR aims to prevent test slowdowns at `HiveExternalCatalogVersionsSuite` by using the latest Apache Spark 2.3.2 link because the Apache mirrors will remove the old Spark 2.3.1 binaries eventually. `HiveExternalCatalogVersionsSuite` will not fail because [SPARK-24813](https://issues.apache.org/jira/browse/SPARK-24813) implements a fallback logic. However, it will cause many trials and fallbacks in all builds over `branch-2.3/branch-2.4/master`. We had better fix this issue. ## How was this patch tested? Pass the Jenkins with the updated version. Closes apache#22587 from dongjoon-hyun/SPARK-25570. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: hyukjinkwon <[email protected]>
1 parent e99ba8d commit 1e43783

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.1.3", "2.2.2", "2.3.1")
209+
val testingVersions = Seq("2.1.3", "2.2.2", "2.3.2")
210210

211211
protected var spark: SparkSession = _
212212

0 commit comments

Comments
 (0)