You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/05/17 14:59:57 UTC

[arrow] branch master updated (921af31 -> 7508370)

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

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


    from 921af31  ARROW-8821: [Rust] fix type cast for nested binary expression using Like, NotLike, Not operators
     add 7508370  ARROW-8827: [Rust] Add initial skeleton for Rust integration tests

No new revisions were added by this update.

Summary of changes:
 dev/archery/archery/cli.py                         |   2 +
 dev/archery/archery/integration/runner.py          |   6 +-
 dev/archery/archery/integration/tester_rust.py     | 105 +++++++
 rust/arrow/src/util/integration_util.rs            |  93 ++++--
 rust/arrow/src/util/mod.rs                         |   2 +-
 rust/integration-testing/Cargo.toml                |   4 +
 .../src/bin/arrow-json-integration-test.rs         | 338 ++++++++++++++++++++-
 7 files changed, 526 insertions(+), 24 deletions(-)
 create mode 100644 dev/archery/archery/integration/tester_rust.py