-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VL] #6942 breaks shared lib loader #7241
Comments
|
Would someone like to fix this first ? Seems to be a minor one. cc @wForget |
I will fix this issue later. |
Is this the root cause? The previous behavior also seemed to use incubator-gluten/gluten-substrait/src/main/java/org/apache/gluten/vectorized/JniLibLoader.java Line 195 in 3af5bac
|
Introduced in #6791? |
@Yohahaha @wForget thanks, -yuan |
Problem description
#6942 use
System.mapLibraryName(libName)
to get lib name, which will convertlibboost_atomic.so.1.84.0
tolibboost_atomic.so.1.84.0.so
, it's wrong.System information
n/a
CMake log
No response
The text was updated successfully, but these errors were encountered: