wForget commented on code in PR #10952:
URL:
https://github.com/apache/incubator-gluten/pull/10952#discussion_r2467763066
##########
cpp/velox/udf/UdfLoader.cc:
##########
@@ -36,9 +36,12 @@ void* loadSymFromLibrary(
const std::string& libPath,
const std::string& func,
bool throwIfNotFound = true) {
+ dlerror();
Review Comment:
> This will clear the dlerror before.
Got it, thanks.
--
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]