IIFE commented on PR #2858: URL: https://github.com/apache/arrow-adbc/pull/2858#issuecomment-3667069626
@lidavidm I have managed to resolve the test crash. It's because `cpp_test` was _appending_ the install bin path, rather than _pre-appending_ it. This caused the test to load `sqlite3` from a random location, rather than the local one. I'll have a look at the python build error in windows-latest. -- 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]
