HappenLee commented on code in PR #60630:
URL: https://github.com/apache/doris/pull/60630#discussion_r2806931432
##########
be/src/runtime/user_function_cache.cpp:
##########
@@ -111,7 +112,20 @@ UserFunctionCacheEntry::~UserFunctionCacheEntry() {
// delete library file if should_delete_library is set
if (should_delete_library.load()) {
- unlink(lib_file.c_str());
+ if (type == LibType::PY_ZIP) {
Review Comment:
seems wired why not do another ` st =
io::global_local_filesystem()->delete_file(lib_file + ".zip");`
--
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]