Skip to content

Commit

Permalink
Update cpp/src/arrow/compute/kernels/vector_placement_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 authored Oct 31, 2024
1 parent 944609c commit e132f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/vector_placement_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ void DoTestIfElse(const Expression& cond, const Expression& if_true,
ASSERT_TRUE(result_by_expr.is_array());
ASSERT_OK_AND_ASSIGN(Datum result_by_permute,
ExecuteIfElseByPermute(cond, if_true, if_false, schema, input));
// Permute will output chunked array because we inputs values and indices as chunked
// Permute will output chunked array because we input values and indices as chunked
// arrays consisting of each branches. We don't care the shape of the output when
// comparing the results - only contents, so we concatenate the chunked array.
ASSERT_TRUE(result_by_permute.is_chunked_array());
Expand Down

0 comments on commit e132f0d

Please sign in to comment.