You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/06/08 15:35:06 UTC

[arrow-rs] branch master updated (18c804a -> e8d9ef5)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.


    from 18c804a  Add set_bit to BooleanBufferBuilder to allow mutating bit in index (#383)
     add e8d9ef5  Fix out of bounds read in bit chunk iterator (#416)

No new revisions were added by this update.

Summary of changes:
 arrow/benches/boolean_kernels.rs     | 19 +++++++++++++++++
 arrow/src/util/bit_chunk_iterator.rs | 40 ++++++++++++++++++++++++------------
 2 files changed, 46 insertions(+), 13 deletions(-)