jorisvandenbossche commented on pull request #12144:
URL: https://github.com/apache/arrow/pull/12144#issuecomment-1012396961
The build is failing with
```
[154/156] Building CXX object
cpp/turbodbc_arrow/Test/CMakeFiles/turbodbc_arrow_test.dir/tests/arrow_result_set_test.cpp.o
FAILED:
cpp/turbodbc_arrow/Test/CMakeFiles/turbodbc_arrow_test.dir/tests/arrow_result_set_test.cpp.o
/opt/conda/envs/arrow/bin/x86_64-conda-linux-gnu-c++
-I/turbodbc/cpp/turbodbc_arrow/Library
-I/turbodbc/cpp/turbodbc_arrow/../cpp_odbc/Library
-I/turbodbc/cpp/turbodbc_arrow/../turbodbc/Library
-I/turbodbc/cpp/turbodbc_arrow/Test -isystem
/opt/conda/envs/arrow/include/python3.7m -isystem
/opt/conda/envs/arrow/lib/python3.7/site-packages/numpy/core/include -isystem
/turbodbc/pybind11/include -fvisibility-inlines-hidden -std=c++17
-fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC
-fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem
/opt/conda/envs/arrow/include -Wall -Wextra -g -O0 -pedantic -std=c++11 -MD
-MT
cpp/turbodbc_arrow/Test/CMakeFiles/turbodbc_arrow_test.dir/tests/arrow_result_set_test.cpp.o
-MF
cpp/turbodbc_arrow/Test/CMakeFiles/turbodbc_arrow_test.dir/tests/arrow_result_set_test.cpp.o.d
-o
cpp/turbodbc_arrow/Test/CMakeFiles/turbodbc_arrow_test.dir/tests/arrow_result_set_test.cpp.o
-c /turbodbc/cpp/turbodbc_arrow/Test/tests/arro
w_result_set_test.cpp
/turbodbc/cpp/turbodbc_arrow/Test/tests/arrow_result_set_test.cpp: In member
function 'std::shared_ptr<arrow::Array>
ArrowResultSetTest::MakePrimitive(int64_t, int64_t)':
/turbodbc/cpp/turbodbc_arrow/Test/tests/arrow_result_set_test.cpp:119:48:
error: 'arrow::BitUtil' has not been declared
119 | const int64_t null_nbytes =
arrow::BitUtil::BytesForBits(length);
| ^~~~~~~
/turbodbc/cpp/turbodbc_arrow/Test/tests/arrow_result_set_test.cpp:127:24:
error: 'arrow::BitUtil' has not been declared
127 |
arrow::BitUtil::ClearBit(null_bitmap->mutable_data(), i * (length /
null_count));
| ^~~~~~~
ninja: build stopped: subcommand failed.
1
```
I suppose this is caused by https://github.com/apache/arrow/pull/11792
Was `arrow::BitUtil` considered public API?
--
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]