Skip to content

Commit cabbcc6

Browse files
committed
ivy
1 parent d33ec4e commit cabbcc6

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/execution/HiveQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import org.apache.spark.sql.catalyst.expressions.Cast
3434
import org.apache.spark.sql.catalyst.parser.ParseException
3535
import org.apache.spark.sql.catalyst.plans.logical.Project
3636
import org.apache.spark.sql.execution.joins.BroadcastNestedLoopJoinExec
37-
import org.apache.spark.sql.hive.HiveUtils.{builtinHiveVersion => hiveVersion}
3837
import org.apache.spark.sql.hive.test.{HiveTestJars, TestHive}
3938
import org.apache.spark.sql.hive.test.TestHive._
4039
import 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

0 commit comments

Comments
 (0)