Skip to content

Commit 68f7ace

Browse files
maropukai-chi
authored andcommitted
[SPARK-26897][SQL][TEST] Update Spark 2.3.x testing from HiveExternalCatalogVersionsSuite
## What changes were proposed in this pull request? The maintenance release of `branch-2.3` (v2.3.3) vote passed, so this issue updates PROCESS_TABLES.testingVersions in HiveExternalCatalogVersionsSuite ## How was this patch tested? Pass the Jenkins. Closes apache#23807 from maropu/SPARK-26897. Authored-by: Takeshi Yamamuro <[email protected]> Signed-off-by: Takeshi Yamamuro <[email protected]> (cherry picked from commit dcdbd06) Signed-off-by: Takeshi Yamamuro <[email protected]>
1 parent 97e8f7b commit 68f7ace

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

208208
protected var spark: SparkSession = _
209209

0 commit comments

Comments
 (0)