File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ import org.apache.spark.sql.catalyst.expressions.Cast
3434import org .apache .spark .sql .catalyst .parser .ParseException
3535import org .apache .spark .sql .catalyst .plans .logical .Project
3636import org .apache .spark .sql .execution .joins .BroadcastNestedLoopJoinExec
37- import org .apache .spark .sql .hive .HiveUtils .{builtinHiveVersion => hiveVersion }
3837import org .apache .spark .sql .hive .test .{HiveTestJars , TestHive }
3938import org .apache .spark .sql .hive .test .TestHive ._
4039import org .apache .spark .sql .internal .SQLConf
@@ -1654,6 +1653,7 @@ class HiveQuerySuite extends HiveComparisonTest with SQLTestUtils with BeforeAnd
16541653
16551654 test(" SPARK-33084: Add jar support Ivy URI in SQL" ) {
16561655 val testData = TestHive .getHiveFile(" data/files/sample.json" ).toURI
1656+ val hiveVersion = " 2.3.9"
16571657 withTable(" t" ) {
16581658 // hive-catalog-core has some transitive dependencies which dont exist on maven central
16591659 // and hence cannot be found in the test environment or are non-jar (.pom) which cause
You can’t perform that action at this time.
0 commit comments