Skip to content

Commit

Permalink
Fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Dec 12, 2024
1 parent 53f3c33 commit 688b4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/vector_swizzle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ struct InversePermutationImpl {
DCHECK_NE(data_buf_, nullptr);
OutputCType* data = data_buf_->mutable_data_as<OutputCType>();
int64_t inverse = 0;
RETURN_NOT_OK(ExecType::template VisitIndices(
RETURN_NOT_OK(ExecType::VisitIndices(
indices_,
[&](IndexCType index) {
if (ARROW_PREDICT_FALSE(index < 0 ||
Expand Down

0 comments on commit 688b4d0

Please sign in to comment.