amoeba commented on issue #44383:
URL: https://github.com/apache/arrow/issues/44383#issuecomment-2408831441

   Thanks for filing an issue. I think this isn't implemented and that the docs 
should be updated until it is. For comparison, `hash_count` is listed in the 
linked table as accepting "Any" input and is registered as:
   
   
https://github.com/apache/arrow/blob/6f424d4df218d3e99cff44def99a9eb7ea180978/cpp/src/arrow/compute/kernels/hash_aggregate.cc#L3449-L3457
   
   Note `InputType::Any()`. Whereas `hash_list` is only registered for 
primitive and not nested types and isn't registered similarly:
   
   
https://github.com/apache/arrow/blob/6f424d4df218d3e99cff44def99a9eb7ea180978/cpp/src/arrow/compute/kernels/hash_aggregate.cc#L3679-L3689
   
   I'm not sure if we have an issue to track this. cc @felipecrv to confirm
   


-- 
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