Skip to content

Commit 03bf55f

Browse files
committed
Drop test_udtf table when SingleSessionSuite test complete
1 parent 75afd88 commit 03bf55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ class SingleSessionSuite extends HiveThriftJdbcTest {
883883
s"--conf ${HIVE_THRIFT_SERVER_SINGLESESSION.key}=true" :: Nil
884884

885885
test("share the temporary functions across JDBC connections") {
886-
withMultipleConnectionJdbcStatement()(
886+
withMultipleConnectionJdbcStatement("test_udtf")(
887887
{ statement =>
888888
val jarPath = "../hive/src/test/resources/TestUDTF.jar"
889889
val jarURL = s"file://${System.getProperty("user.dir")}/$jarPath"

0 commit comments

Comments
 (0)