Skip to content

Commit 5c2d18d

Browse files
committed
update
1 parent 72e77f7 commit 5c2d18d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends-velox/src/test/scala/org/apache/gluten/expression/VeloxUdfSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ abstract class VeloxUdfSuite extends GlutenQueryTest with SQLHelper {
155155

156156
test("test native hive udaf") {
157157
val tbl = "test_hive_udaf_replacement"
158+
val udafClass = "test.org.apache.spark.sql.MyDoubleAvg"
158159
withTempPath {
159160
dir =>
160161
try {
161162
// Check native hive udaf has been registered.
162-
val udafClass = "test.org.apache.spark.sql.MyDoubleAvg"
163163
assert(UDFResolver.UDAFNames.contains(udafClass))
164164

165165
spark.sql(s"""

0 commit comments

Comments
 (0)