xudong963 opened a new issue, #21428:
URL: https://github.com/apache/datafusion/issues/21428

   ## Feature request
   
   Add `with_hashes_with_hasher` and `create_hashes_with_hasher` variants to 
`datafusion_common::hash_utils` so callers can reuse the hashing utilities with 
a custom `BuildHasher`, while preserving the existing optimized `RandomState` 
path.
   
   ## Motivation
   
   The current public API is tied to DataFusion's `RandomState`. A generic 
variant would make the hashing helpers reusable by callers that need 
deterministic or alternative hashers for integration and testing scenarios.
   
   ## Additional context
   
   This is a port of massive-com/arrow-datafusion#46 onto current 
`apache/datafusion` `main`.
   


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