lidavidm commented on PR #314: URL: https://github.com/apache/arrow-adbc/pull/314#issuecomment-1372628024
I do agree the Arrow setup is convoluted. I don't intend for people to use the scripts, actually. My intent is that you should just be able to do this: ``` mkdir -p build/driver_sqlite pushd build/driver_sqlite cmake ../../c/driver/sqlite make -j ctest -- -j ``` That is, each project is a self-contained CMake project. The driver manager, Python packages, etc. are necessarily somewhat complicated due to this, though, if you want to run tests. -- 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]
