You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: issue with class names in arrow-c jni calls (#867)
## What's Changed
Arrow C JNI code used class names which are not according to
specification, making code unusable in latest graalvm 25.
This PR changes class names according to JNI specification. More details
at #866Closes#866
0 commit comments