Skip to content

Commit

Permalink
fix failed uts
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Dec 6, 2023
1 parent f6b59ad commit ae8563d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ class GlutenClickHouseHiveTableSuite()
}

test("test 'hive udf'") {
val jarPath = "backends-clickhouse/src/test/resources/udfs/hive-test-udfs.jar"
val jarPath = "src/test/resources/udfs/hive-test-udfs.jar"
val jarUrl = s"file://${System.getProperty("user.dir")}/$jarPath"
spark.sql(
s"CREATE FUNCTION my_add as " +
Expand Down

0 comments on commit ae8563d

Please sign in to comment.