Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Oct 14, 2024
1 parent a4c292c commit 846039d
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 @@ -380,7 +380,7 @@ void DoTestPermuteAAA(const std::shared_ptr<Array>& values,
/// l = output_length
/// I' = ReplaceWithMask(I, i >= l, null)
/// I'' = ReplaceWithMask(I, i < 0, null) + l
/// E = PermuteAAA(V, I, l)
/// E = Permute(V, I, l)

/// Make indices prefix I' = ReplaceWithMask(I, i >= l, null).
Result<std::shared_ptr<Array>> MakeIndicesPrefix(const std::shared_ptr<Array>& indices,
Expand Down

0 comments on commit 846039d

Please sign in to comment.