amoeba commented on issue #3679:
URL: https://github.com/apache/arrow-adbc/issues/3679#issuecomment-3487241012

   In the verification working dir (ARROW_TMPDIR), I have
   
   ```
   $ find . -iname "libadbc_driver_sqlite.dylib"
   ./cpp-build/driver/sqlite/libadbc_driver_sqlite.dylib
   ./local/lib/libadbc_driver_sqlite.dylib
   ./python-build/driver/sqlite/libadbc_driver_sqlite.dylib
   
./venv-wheel-3.10-arm64/lib/python3.10/site-packages/adbc_driver_sqlite/libadbc_driver_sqlite.dylib
   ```
   
   It looks like the failing test is one `import adbc_driver_sqlite ` away from 
having the right DLL.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to