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/14 22:34:53 UTC

[arrow] branch master updated (46bb001 -> 4e4de0d)

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 46bb001  ARROW-8798: [C++] Fix Parquet crash on invalid input
     add 4e4de0d  ARROW-8789: [Rust] Add separate crate for integration test binaries

No new revisions were added by this update.

Summary of changes:
 dev/release/00-prepare-test.rb                     | 14 ++++++++++
 rust/Cargo.toml                                    |  1 +
 .../Cargo.toml                                     | 30 +++++++++++-----------
 .../src/bin/arrow-file-to-stream.rs                |  4 ++-
 .../src/bin/arrow-json-integration-test.rs         |  4 ++-
 .../src/bin/arrow-stream-to-file.rs                |  4 ++-
 .../integration-testing/src/lib.rs                 |  5 +---
 7 files changed, 40 insertions(+), 22 deletions(-)
 copy rust/{arrow-flight => integration-testing}/Cargo.toml (72%)
 copy js/index.ts => rust/integration-testing/src/bin/arrow-file-to-stream.rs (94%)
 copy js/index.ts => rust/integration-testing/src/bin/arrow-json-integration-test.rs (94%)
 copy js/index.ts => rust/integration-testing/src/bin/arrow-stream-to-file.rs (94%)
 copy cpp/src/parquet/api/schema.h => rust/integration-testing/src/lib.rs (93%)