We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e77f7 commit 5c2d18dCopy full SHA for 5c2d18d
1 file changed
backends-velox/src/test/scala/org/apache/gluten/expression/VeloxUdfSuite.scala
@@ -155,11 +155,11 @@ abstract class VeloxUdfSuite extends GlutenQueryTest with SQLHelper {
155
156
test("test native hive udaf") {
157
val tbl = "test_hive_udaf_replacement"
158
+ val udafClass = "test.org.apache.spark.sql.MyDoubleAvg"
159
withTempPath {
160
dir =>
161
try {
162
// Check native hive udaf has been registered.
- val udafClass = "test.org.apache.spark.sql.MyDoubleAvg"
163
assert(UDFResolver.UDAFNames.contains(udafClass))
164
165
spark.sql(s"""
0 commit comments