Uh oh!
There was an error while loading. Please reload this page.
MINOR: [C++] ARROW_TESTING implies ARROW_JSON - #14054
Conversation
ebff30c to
2db8d96Comparelidavidm
commented
Sep 7, 2022
Integration test is failing, see #14069 |
ursabot
commented
Sep 8, 2022
Benchmark runs are scheduled for baseline = 2920d52 and contender = 8fe7e35. 8fe7e35 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Otherwise a minimal build fails with errors like ``` CMake Error at cmake_modules/BuildUtils.cmake:272 (target_link_libraries): Target "arrow_testing_objlib" links to: rapidjson::rapidjson but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. Call Stack (most recent call first): src/arrow/CMakeLists.txt:653 (add_arrow_lib) ``` Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Otherwise a minimal build fails with errors like