diff --git a/cpp/src/arrow/compute/kernels/scalar_string_internal.h b/cpp/src/arrow/compute/kernels/scalar_string_internal.h index 5c621e8d53f..4100098ef42 100644 --- a/cpp/src/arrow/compute/kernels/scalar_string_internal.h +++ b/cpp/src/arrow/compute/kernels/scalar_string_internal.h @@ -166,11 +166,11 @@ void MakeUnaryStringBatchKernel( ARROW_DCHECK_OK(registry->AddFunction(std::move(func))); } -template