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
Currently libduckdb_java.so shared lib exports all symbols. This is not
good for a library that needs to be loaded into JVM process.
Proposed change makes the shared lib to only export the JNI and C-API
symbols. C-API symbols are exported with the intention to be used by
C-API-based extensions.
Testing: no functional changes, no new tests.
Fixes: duckdb#102
0 commit comments