Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Oct 14, 2024
1 parent 2f2ae47 commit 3af49a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/vector_placement.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct ReverseIndicesImpl {

RETURN_NOT_OK(CheckInput(output_type));

// Dispatch the execution based on wether there are likely many nulls in the output.
// Dispatch the execution based on whether there are likely many nulls in the output.
// - If many nulls (i.e. the output is "sparse"), preallocate an all-false validity
// buffer and an uninitialized data buffer. The subsequent processing will fill the
// valid values only.
Expand Down

0 comments on commit 3af49a8

Please sign in to comment.