bkietz commented on a change in pull request #8894: URL: https://github.com/apache/arrow/pull/8894#discussion_r552875692
########## File path: cpp/src/arrow/compute/kernels/scalar_cast_internal.h ########## @@ -62,6 +63,13 @@ void AddSimpleCast(InputType in_ty, OutputType out_ty, CastFunction* func) { CastFunctor<OutType, InType>::Exec)); } +template <typename InType, typename OutType> +void AddSimpleArrayOnlyCast(InputType in_ty, OutputType out_ty, CastFunction* func) { Review comment: actually, AddSimpleCast is no longer referenced anywhere so I'll just rename this ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org