pitrou commented on code in PR #47445: URL: https://github.com/apache/arrow/pull/47445#discussion_r2307015475
########## cpp/src/arrow/compute/kernels/test_util_internal.cc: ########## @@ -311,6 +311,18 @@ void CheckDispatchBest(std::string func_name, std::vector<TypeHolder> original_v } } +void CheckDispatchBestWithCastedTypes(std::string func_name, Review Comment: This shouldn't be necessary if `DispatchExact` actually worked with exact types (which it should!). -- 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. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org