Commits


Sutou Kouhei authored and Antoine Pitrou committed bba4db75eb6
ARROW-11229: [C++][Dataset] Fix static build failure This is caused by https://github.com/apache/arrow/commit/57376d28cf433bed95f19fa44c1e90a780ba54e8 . https://app.circleci.com/pipelines/github/ursa-labs/crossbow/68346/workflows/fad0ef52-c3be-4193-806d-c1d39a58391b/jobs/14491 [469/638] Linking CXX executable debug/arrow-dataset-expression-testt.dir/level_conversion_test.cc.oKo.o.cc.oKKK FAILED: debug/arrow-dataset-expression-test : && /usr/bin/ccache /usr/bin/c++ ... && : debug/libarrow_dataset.a(expression.cc.o): In function `arrow::dataset::CallNotNull(arrow::dataset::Expression const&)': /arrow/cpp/src/arrow/dataset/expression_internal.h:37: multiple definition of `arrow::dataset::CallNotNull(arrow::dataset::Expression const&)' src/arrow/dataset/CMakeFiles/arrow-dataset-expression-test.dir/expression_test.cc.o:/arrow/cpp/src/arrow/dataset/expression_internal.h:37: first defined here collect2: error: ld returned 1 exit status Closes #9180 from kou/cpp-fix-static-build Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Antoine Pitrou <antoine@python.org>