Tushar7012 commented on PR #19975: URL: https://github.com/apache/datafusion/pull/19975#issuecomment-3798134390
Fixed! Replaced `Vec<bool>` with `BooleanBufferBuilder` as suggested. Changes: - Now using bit-packed storage (1 bit per value vs 1 byte) for 8x memory efficiency - Fixed clippy warning for `mem_replace_with_default` - All tests passing locally Ready for review! -- 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]
