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