Skip to content

Commit 743d0af

Browse files
authored
GH-47446: [C++] Update Meson configuration with compute swizzle change (#47448)
### Rationale for this change The Meson configuration for compute was broken after the vector swizzle change was introduced; this gets the Meson configuration at parity with CMake again ### What changes are included in this PR? Move `vector_swizzle.cc` to `libarrow` from `libarrow_compute`. See also: #47378 ### Are these changes tested? Yes ### Are there any user-facing changes? No * GitHub Issue: #47446 Authored-by: Will Ayd <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 9a5fc50 commit 743d0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ arrow_components = {
7575
'compute/kernels/vector_selection_filter_internal.cc',
7676
'compute/kernels/vector_selection_internal.cc',
7777
'compute/kernels/vector_selection_take_internal.cc',
78+
'compute/kernels/vector_swizzle.cc',
7879
],
7980
},
8081
'arrow_io': {
@@ -471,7 +472,6 @@ if needs_compute
471472
'compute/kernels/vector_select_k.cc',
472473
'compute/kernels/vector_sort.cc',
473474
'compute/kernels/vector_statistics.cc',
474-
'compute/kernels/vector_swizzle.cc',
475475
'compute/key_hash_internal.cc',
476476
'compute/key_map_internal.cc',
477477
'compute/light_array_internal.cc',

0 commit comments

Comments
 (0)