raulcd commented on code in PR #45351:
URL: https://github.com/apache/arrow/pull/45351#discussion_r1930840356


##########
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:
   Are the changes required to the compute kernels required to support Parquet? 
I can't see why but I might be missing something. Otherwise, we should move 
adding support for decimal32 and decimal64 to those compute kernels on a 
different PR and leave this one only with the required parquet changes.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to