raulcd commented on code in PR #45351: URL: https://github.com/apache/arrow/pull/45351#discussion_r1930857291
########## cpp/src/arrow/compute/kernels/vector_hash.cc: ########## @@ -555,6 +555,7 @@ KernelInit GetHashInit(Type::type type_id) { case Type::DATE32: case Type::TIME32: case Type::INTERVAL_MONTHS: + case Type::DECIMAL32: Review Comment: ok, I see now, on the description says this is required for some tests: `Allow decimal32/64 in Arrow compute vector hash which is needed for some of the existing Parquet tests` -- 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