-
Notifications
You must be signed in to change notification settings - Fork 716
Closed
Labels
Description
Describe the bug
Looks like the published OpenDAL java SDK glibc version is too high
Steps to Reproduce
Trying to run OpenDAL with Spark with Debian 12 (python:3.10-bookworm), but got errors like:
Py4JJavaError: An error occurred while calling o45.sql.
: java.lang.UnsatisfiedLinkError: /tmp/libopendal_java10668025866415866836.so: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /tmp/libopendal_java10668025866415866836.so)
Expected Behavior
Should succeed
Additional Context
Similar issue in Lance: lance-format/lance#3691
Are you willing to submit a PR to fix this bug?
- Yes, I would like to submit a PR.
Reactions are currently unavailable