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 2020/11/26 16:51:08 UTC

[GitHub] [arrow] Dandandan opened a new pull request #8779: ARROW-10745: [Rust] Directly allocate padding bytes in filter context

Dandandan opened a new pull request #8779:
URL: https://github.com/apache/arrow/pull/8779


   A thing I noticed while going through some code. 
   
   When creating a`MutableBuffer` here only `filter_bytes.len()` are being allocated, but the capacity can afterwards being increased when adding bytes using `extend_from_slice`.
   
   This changes it to allocate those bytes directly.


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8779: ARROW-10745: [Rust] Directly allocate padding bytes in filter context

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8779:
URL: https://github.com/apache/arrow/pull/8779#issuecomment-734404792


   https://issues.apache.org/jira/browse/ARROW-10745


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

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



[GitHub] [arrow] nevi-me closed pull request #8779: ARROW-10745: [Rust] Directly allocate padding bytes in filter context

Posted by GitBox <gi...@apache.org>.
nevi-me closed pull request #8779:
URL: https://github.com/apache/arrow/pull/8779


   


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

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