Skip to content

Commit ca32108

Browse files
committed
[MINOR][TEST] switch from 2.4.1 to 2.4.2 in HiveExternalCatalogVersionsSuite
## What changes were proposed in this pull request? update `HiveExternalCatalogVersionsSuite` to test 2.4.2, as 2.4.1 will be removed from Mirror Network soon. ## How was this patch tested? N/A Closes #24452 from cloud-fan/release. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit b7f9830) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
1 parent 34fd79d commit ca32108

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.3.3", "2.4.1")
206+
val testingVersions = Seq("2.3.3", "2.4.2")
207207

208208
protected var spark: SparkSession = _
209209

0 commit comments

Comments
 (0)