You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2020/11/24 04:46:57 UTC

[arrow] branch master updated (42564e4 -> 0a9fb80)

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

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


    from 42564e4  ARROW-10677: [Rust] Fix CSV Boolean parsing + add tests to demonstrate supported csv parsing
     add 0a9fb80  ARROW-10665: [Rust] like/nlike utf8 scalar fast paths, bug fixes in like/nlike

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/comparison_kernels.rs     |  73 ++++++++++++
 rust/arrow/src/compute/kernels/comparison.rs | 168 ++++++++++++++++++++++-----
 2 files changed, 210 insertions(+), 31 deletions(-)