Skip to content

Commit 8b18dc0

Browse files
cloud-fandongjoon-hyun
authored andcommitted
[MINOR] update HiveExternalCatalogVersionsSuite to test 2.4.0
## What changes were proposed in this pull request? Since Spark 2.4.0 is released, we should test it in HiveExternalCatalogVersionsSuite ## How was this patch tested? N/A Closes apache#22984 from cloud-fan/minor. Authored-by: Wenchen Fan <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 973f7c0) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent d4b1da8 commit 8b18dc0

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
@@ -203,7 +203,7 @@ class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils {
203203

204204
object PROCESS_TABLES extends QueryTest with SQLTestUtils {
205205
// Tests the latest version of every release line.
206-
val testingVersions = Seq("2.1.3", "2.2.2", "2.3.2")
206+
val testingVersions = Seq("2.2.2", "2.3.2", "2.4.0")
207207

208208
protected var spark: SparkSession = _
209209

0 commit comments

Comments
 (0)