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 12:12:51 UTC

[GitHub] [arrow-rs] HaoYang670 opened a new issue, #2058: Lazily materialize the null buffer builder of `BooleanBuilder`

HaoYang670 opened a new issue, #2058:
URL: https://github.com/apache/arrow-rs/issues/2058

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Just as what we have done in the `PrimitiveBuilder`: https://github.com/apache/arrow-rs/blob/master/arrow/src/array/builder/primitive_builder.rs#L33-L35
   We could put this optimization in the `BooleanBuilder`
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   I don't know why we only do this optimization for primitive builder. If there are some context or reasons, we could not do this. 
   
   **Additional context**
   Found when reviewing https://github.com/apache/arrow-rs/pull/2056
   


-- 
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.apache.org

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


[GitHub] [arrow-rs] tustvold closed issue #2058: Lazily materialize the null buffer builder of `BooleanBuilder`

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #2058: Lazily materialize the null buffer builder of `BooleanBuilder`
URL: https://github.com/apache/arrow-rs/issues/2058


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