adriangb opened a new pull request, #18448:
URL: https://github.com/apache/datafusion/pull/18448

   Change create_hashes and related functions to work with &dyn Array 
references instead of requiring ArrayRef (Arc-wrapped arrays). This avoids 
unnecessary Arc::clone() calls and enables calls that only have an &dyn Array 
to use the hashing utilities.
   
   Changes:
   - Add create_hashes_from_arrays(&[&dyn Array]) function
   - Refactor hash_dictionary, hash_list_array, hash_fixed_list_array to use 
references instead of cloning
   - Extract hash_single_array() helper for common logic


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to