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/09 18:10:20 UTC

[arrow-rs] branch active_release updated (8179193 -> 5b80035)

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

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


    from 8179193  Fix out of bounds read in bit chunk iterator (#416) (#432)
     add 5b80035  Cherry pick Reduce memory usage of concat (large)utf8 to active_release (#411)

No new revisions were added by this update.

Summary of changes:
 arrow/src/array/mod.rs              |   2 +-
 arrow/src/array/transform/mod.rs    | 152 +++++++++++++++++++++++++++++++++---
 arrow/src/compute/kernels/concat.rs |  57 +++++++++++++-
 3 files changed, 196 insertions(+), 15 deletions(-)