Follow up to needed for arrow/pull/3693/files.
Under cpp/src/arrow/CMakeLists.txt, PR disabled array-dict-test.cc test, by adding:
if(WIN32)
add_arrow_test(array-testSOURCESarray-test.ccarray-binary-test.ccarray-list-test.ccarray-struct-test.cc)
else()
add_arrow_test(array-testSOURCESarray-test.ccarray-binary-test.ccarray-dict-test.ccarray-list-test.ccarray-struct-test.cc)
endif()
Which should be reverted and investigated further. The build error that including this test triggers is the following:
/arrow-array-test.dir/objects.a(array-dict-test.cc.obj):array-dict-test.cc:(.text+0xb9a2): undefinedreferenceto `arrow::DictionaryBuilder<arrow::FixedSizeBinaryType>::DictionaryBuilder(std::shared_ptr<arrow::DataType> const&, arrow::MemoryPool*)'
CMakeFiles/arrow-array-test.dir/objects.a(array-dict-test.cc.obj):array-dict-test.cc:(.text+0xcb8a): undefinedreferenceto `arrow::DictionaryBuilder<arrow::FixedSizeBinaryType>::DictionaryBuilder(std::shared_ptr<arrow::DataType> const&, arrow::MemoryPool*)'
CMakeFiles/arrow-array-test.dir/objects.a(array-dict-test.cc.obj):array-dict-test.cc:(.text+0xeef8): undefinedreferenceto `arrow::DictionaryBuilder<arrow::FixedSizeBinaryType>::DictionaryBuilder(std::shared_ptr<arrow::DataType> const&, arrow::MemoryPool*)'
CMakeFiles/arrow-array-test.dir/objects.a(array-dict-test.cc.obj):array-dict-test.cc:(.text+0x10240): undefinedreferenceto `arrow::DictionaryBuilder<arrow::FixedSizeBinaryType>::DictionaryBuilder(std::shared_ptr<arrow::DataType> const&, arrow::MemoryPool*)'
CMakeFiles/arrow-array-test.dir/objects.a(array-dict-test.cc.obj):array-dict-test.cc:(.text+0x104fc): undefinedreferenceto `arrow::DictionaryBuilder<arrow::FixedSizeBinaryType>::AppendArray(arrow::Arrayconst&)'
CMakeFiles/arrow-array-test.dir/objects.a(array-dict-test.cc.obj):array-dict-test.cc:(.text+0x108ef): undefinedreferenceto `arrow
Reporter: Javier Luraschi / @javierluraschi
Assignee: Kouhei Sutou / @kou
PRs and other links:
Note: This issue was originally created as ARROW-4725. Please see the migration documentation for further details.
Follow up to needed for arrow/pull/3693/files.
Under cpp/src/arrow/CMakeLists.txt, PR disabled array-dict-test.cc test, by adding:
Which should be reverted and investigated further. The build error that including this test triggers is the following:
Reporter: Javier Luraschi / @javierluraschi
Assignee: Kouhei Sutou / @kou
PRs and other links:
Note: This issue was originally created as ARROW-4725. Please see the migration documentation for further details.