Re: [C++] Can't build flight integration tests

2024-11-26 Thread Adam Reeve
Hi Frederic You also need to enable the ARROW_FLIGHT_SQL option in order for the Flight integration test client and server to be built: https://github.com/apache/arrow/blob/b6a844a6d0c1114109b626f6c96bb7bac6ebccfc/cpp/src/arrow/flight/CMakeLists.txt#L350-L354 Cheers, Adam On Wed, 27 Nov 2024 at

[C++] Can't build flight integration tests

2024-11-26 Thread Frederic Branczyk
Hey all, It's very possible that I'm the problem, but I'm trying to debug my integration test failures on https://github.com/apache/arrow-rs/pull/6788, where C++ related integration tests are failing, and I'm struggling to understand how to build the C++ flight integration tests, because when I fo