Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz committed Jun 19, 2019
1 parent c953dca commit 223a860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/mask.cc
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ struct UnpackValues {
const auto& values = internal::checked_cast<const DictionaryArray&>(*params_.values);
{
// To take from a dictionary, apply the current kernel to the dictionary's
// mask. (Use UnpackValues<MaskType> since MaskType is already unpacked)
// indices. (Use UnpackValues<MaskType> since MaskType is already unpacked)
MaskParameters params = params_;
params.values = values.indices();
params.out = &masked_indices;
Expand Down

0 comments on commit 223a860

Please sign in to comment.