amoeba commented on issue #3398: URL: https://github.com/apache/arrow-adbc/issues/3398#issuecomment-3259276430
I think part of what's going on is that `Load` doesn't know how it got the library name it tries to open. It also doesn't keep track of its original argument. If I explicitly specify a `Driver.shared` or `foo`, it tries `foo` first and then falls back to trying `libduckdb.so` but that isn't retained in the error so it looks like it ignored my `Driver.shared` value. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org