You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2020/06/03 12:33:43 UTC

[arrow] branch master updated (b694825 -> f84fe2a)

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

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


    from b694825  ARROW-8711: [Python] Expose timestamp_parsers in csv.ConvertOptions
     add f84fe2a  ARROW-8907: [Rust] Implement scalar comparison operations

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/comparison_kernels.rs     | 330 ++++++++++++++++++-----
 rust/arrow/src/compute/kernels/comparison.rs | 379 ++++++++++++++++++++++++++-
 rust/arrow/src/datatypes.rs                  |   3 +-
 3 files changed, 650 insertions(+), 62 deletions(-)