NEUpanning opened a new issue, #6195: URL: https://github.com/apache/incubator-gluten/issues/6195
### Description The UDF examples only have TestMyUDF.cc for testing whether UDF is registered and VeloxUdfSuite.scala for integration test. In our practice, we need compile gluten java code for testing after changing the UDF cpp code, which takes a lot of time. Maybe we should add unit test like [Velox functions test](https://facebookincubator.github.io/velox/develop/scalar-functions.html#testing) so we can save the time for doing scala test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
