Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Aug 20, 2024
1 parent 41ec4c7 commit 8ac6499
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ abstract class VeloxUdfSuite extends GlutenQueryTest with SQLHelper {
checkAnswer(df, Seq(Row("1"), Row("2"), Row("3")))
} finally {
spark.sql(s"DROP TABLE IF EXISTS $tbl")
spark.sql(s"DROP TEMPORARY FUNCTION IF EXISTS hive_string_string")
spark.sql(s"DROP TEMPORARY FUNCTION IF EXISTS hive_int_to_string")
}
}
}
Expand Down Expand Up @@ -203,6 +205,7 @@ abstract class VeloxUdfSuite extends GlutenQueryTest with SQLHelper {
} finally {
spark.sql("DROP TABLE IF EXISTS t")
spark.sql("DROP VIEW IF EXISTS temp")
spark.sql(s"DROP TEMPORARY FUNCTION IF EXISTS hive_string_string")
}
}
}
Expand Down

0 comments on commit 8ac6499

Please sign in to comment.