[Vectorized](udaf) fix java-udaf couldn't get jar core dump (#14393)

fix java-udaf couldn't get jar core dump
This commit is contained in:
zhangstar333
2022-11-22 20:49:02 +08:00
committed by GitHub
parent 45aeb1d40d
commit b04ec41c1d
7 changed files with 59 additions and 9 deletions

View File

@ -69,6 +69,7 @@ public:
Status get_jarpath(int64_t fid, const std::string& url, const std::string& checksum,
std::string* libpath);
Status check_jar(int64_t fid, const std::string& url, const std::string& checksum);
private:
Status _load_cached_lib();