diff --git a/cpp/src/arrow/compute/kernels/scalar_string_internal.h b/cpp/src/arrow/compute/kernels/scalar_string_internal.h index 664f6b4c0b0f..f3d68468c7a3 100644 --- a/cpp/src/arrow/compute/kernels/scalar_string_internal.h +++ b/cpp/src/arrow/compute/kernels/scalar_string_internal.h @@ -159,11 +159,11 @@ void MakeUnaryStringBatchKernel( ARROW_DCHECK_OK(registry->AddFunction(std::move(func))); } -template