jonmmease commented on issue #7473:
URL: 
https://github.com/apache/arrow-datafusion/issues/7473#issuecomment-1705217788

   I started looking into this a bit, but I ran into trouble adding support to 
`create_hashes`, because the elements of a `ListArray` are `ArrayRef`s, which 
are not hashable.
   
   
https://github.com/apache/arrow-datafusion/blob/3ea870cf0995a86b5297a92be5d5432577aefabe/datafusion/physical-expr/src/hash_utils.rs#L264
   
   Let me know if anyone has thoughts on how we should proceed. Does it make 
sense for ArrayRef be hashable?
   
   


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