fornwall commented on PR #4469: URL: https://github.com/apache/arrow-adbc/pull/4469#issuecomment-4902176374
CI failures seems unrelated to changes here? https://github.com/apache/arrow-adbc/actions/runs/28850435930/job/85565046218?pr=4469 > [ 92%] Building C object driver/sqlite/CMakeFiles/adbc_driver_sqlite_objlib.dir/statement_reader.c.o [ 92%] Building CXX object driver/sqlite/CMakeFiles/adbc_driver_sqlite_objlib.dir/sqlite.cc.o /Users/runner/work/arrow-adbc/arrow-adbc/c/driver/sqlite/sqlite.cc:784:16: error: use of undeclared identifier 'sqlite3_load_extension' 784 | int rc = sqlite3_load_extension(conn_, extension_path_.c_str(), | ^~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [driver/sqlite/CMakeFiles/adbc_driver_sqlite_objlib.dir/sqlite.cc.o] Error 1 make[1]: *** [driver/sqlite/CMakeFiles/adbc_driver_sqlite_objlib.dir/all] Error 2 make: *** [all] Error 2 -- 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]
