zhangstar333 commented on issue #24647:
URL: https://github.com/apache/doris/issues/24647#issuecomment-1727075153

   > > 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.
   > 
   > Also, I would like to know how to make the changes to 
'experimental_enable_nereids_planner = false' permanent? They revert to the 
default values after a restart.
   
   you can only set experimental_enable_nereids_planner = false when you SQL 
have java-udf function, and the problem have fixed in master branch, so at the 
next version maybe 2.0.2, you can always set 
experimental_enable_nereids_planner = true.
   
   where it gets reinitialized with every call
   this is problem is about the class load/unload,  i could have a test at 
local.


-- 
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]

Reply via email to