alamb commented on issue #14115:
URL: https://github.com/apache/datafusion/issues/14115#issuecomment-2588169449

   I think this would be a good first issue -- as it relatively straightforward
   
   For exmaple, a good way to start might be to find the use of 
`BooleanBufferBuilder` in one file such as correlation.rs:
   
https://github.com/apache/datafusion/blob/722307f71afbbbb97db6cc0d1e4b136a6a64f33e/datafusion/functions-aggregate/src/correlation.rs#L454
   
   And just replace its use with `NullBufferBuilder`
   
   This alone might improve performance noticable


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to