IIFE commented on code in PR #2858: URL: https://github.com/apache/arrow-adbc/pull/2858#discussion_r2120511095
########## c/driver/flightsql/CMakeLists.txt: ########## @@ -63,6 +63,18 @@ if(ADBC_BUILD_TESTS) adbc_driver_common adbc_validation ${TEST_LINK_LIBS}) + + if(ADBC_TEST_LINKAGE STREQUAL "shared") + # The go build is not copying the DLL to the test location, causing the test to fail on Windows. Review Comment: It seems by default cmake copies the dll when it is referenced as a library by another cmake project (the test one in this case). However, because the flightsql and snowflake ones are generated manually via GoUtils, they are not getting copied to the test bin folder. -- 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