Skip to content

Commit 988061b

Browse files
committed
Rename jar file as it seems to be conflicted with TestUDTF.jar in classpath
1 parent 418e027 commit 988061b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton {
25042504
// This jar file should not be placed to the classpath; GenericUDTFCount3 is slightly
25052505
// modified version of GenericUDTFCount2 in hive/contrib, which emits the count for
25062506
// three times.
2507-
val jarPath = "src/test/noclasspath/TestUDTF.jar"
2507+
val jarPath = "src/test/noclasspath/TestUDTF-spark-26560.jar"
25082508
val jarURL = s"file://${System.getProperty("user.dir")}/$jarPath"
25092509

25102510
sql(

0 commit comments

Comments
 (0)