add_library_unity(
  test_arrow_roundtrip
  OBJECT
  arrow_test_helper.cpp
  arrow_roundtrip.cpp
  arrow_move_children.cpp
  arrow_filter_pushdown.cpp
  arrow_dictionary_sentinel.cpp)
set(UNITTEST_OBJECT_FILES
    ${UNITTEST_OBJECT_FILES} $<TARGET_OBJECTS:test_arrow_roundtrip>
    PARENT_SCOPE)
