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