You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/13 22:11:55 UTC

[GitHub] [arrow-rs] jhorstmann commented on pull request #2056: Avoid creating null buffer for BooleanArray if null count is zero

jhorstmann commented on PR #2056:
URL: https://github.com/apache/arrow-rs/pull/2056#issuecomment-1183731797

   > Why don't we use the `BooleanBuilder` directly?
   
   From a correctness perspective that would probably be better and would also solve the reliance on `size_hint` (#138). We would probably need to do some optimizations on the builders to get similar performance.


-- 
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-unsubscribe@arrow.apache.org

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