Skip to content

Commit

Permalink
Drop test_udtf table when SingleSessionSuite test complete
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferYang committed Jun 16, 2020
1 parent 75afd88 commit 03bf55f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -883,7 +883,7 @@ class SingleSessionSuite extends HiveThriftJdbcTest {
s"--conf ${HIVE_THRIFT_SERVER_SINGLESESSION.key}=true" :: Nil

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

0 comments on commit 03bf55f

Please sign in to comment.