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

   ## Which issue does this PR close?
   
   
   - Part of https://github.com/apache/datafusion/issues/18411
   
   ## Rationale for this change
   
   I want to optimize hashing for StringViewArray. In order to do I would like 
a benchmark to show it works
   
   ## What changes are included in this PR?
   
   Add benchmark for `with_hashes`
   
   Run like
   ```shell
   cargo bench  --bench with_hashes
   ```
   
   Note I did not add all the possible types of arrays as I don't plan to 
optimize othrs
   
   ## Are these changes tested?
   
   I ran it manually
   ## Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->
   


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