HyukjinKwon commented on a change in pull request #28536:
URL: https://github.com/apache/spark/pull/28536#discussion_r426119773
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
##########
@@ -242,7 +242,7 @@ object PROCESS_TABLES extends QueryTest with SQLTestUtils {
.filter(_ < org.apache.spark.SPARK_VERSION)
} catch {
// do not throw exception during object initialization.
- case NonFatal(_) => Nil
+ case NonFatal(_) => Seq("2.3.4", "2.4.5") // A temporary fallback to use
a specific version
Review comment:
@dongjoon-hyun, is it a temporary fix? If we want to keep this, looks
like we don't need to try to have this list above.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]