YennyQ commented on issue #24647: URL: https://github.com/apache/doris/issues/24647#issuecomment-1726836224
> java-udf have some problem in 2.0.1 version with `set experimental_enable_nereids_planner = true`; you can set this session variables = false, and then test it again. > > if it's still have some error, you can at me to look together. Thank you for the assistance. I tried your suggestions, and the 'ClassNotFoundException' issue in version 2.0.1 has been resolved. Now I can successfully use the Java UDF function, but the behavior appears to be the same as the problem in version 1.2.3, where it gets reinitialized with every call. -- 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]
