Skip to content

Commit 6d44e9e

Browse files
committed
[WIP][SPARK-XXX][SQL] Use a fallback version in HiveExternalCatalogVersionsSuite
1 parent cd5fbcf commit 6d44e9e

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

0 commit comments

Comments
 (0)