Skip to content

Commit ec8e7c0

Browse files
committed
Change default fallback versions in HiveExternalCatalogVersionsSuite
1 parent 5e82548 commit ec8e7c0

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
@@ -243,7 +243,7 @@ object PROCESS_TABLES extends QueryTest with SQLTestUtils {
243243
.filter(_ < org.apache.spark.SPARK_VERSION)
244244
} catch {
245245
// do not throw exception during object initialization.
246-
case NonFatal(_) => Seq("2.3.4", "2.4.5") // A temporary fallback to use a specific version
246+
case NonFatal(_) => Seq("3.0.1", "2.4.7") // A temporary fallback to use a specific version
247247
}
248248
}
249249

0 commit comments

Comments
 (0)