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

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


    from 1aecb98  ARROW-4179: [Python] Use more public API to determine whether 
a test has a pytest mark or not
     add 72405a1  ARROW-4151: [Rust] Restructure project directories

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                |  2 +-
 ci/travis_script_rust.sh                   |  8 +++---
 dev/release/00-prepare.sh                  |  6 ++--
 dev/release/rat_exclude_files.txt          |  2 +-
 rust/Cargo.toml                            | 46 +++---------------------------
 rust/{ => arrow}/Cargo.toml                |  5 +---
 rust/{ => arrow}/README.md                 |  0
 rust/{ => arrow}/benches/array_from_vec.rs |  0
 rust/{ => arrow}/benches/builder.rs        |  0
 rust/{ => arrow}/examples/builders.rs      |  0
 rust/{ => arrow}/examples/dynamic_types.rs |  0
 rust/{ => arrow}/examples/read_csv.rs      |  0
 rust/{ => arrow}/src/array.rs              |  0
 rust/{ => arrow}/src/array_data.rs         |  0
 rust/{ => arrow}/src/array_ops.rs          |  0
 rust/{ => arrow}/src/bitmap.rs             |  0
 rust/{ => arrow}/src/buffer.rs             |  0
 rust/{ => arrow}/src/builder.rs            |  0
 rust/{ => arrow}/src/csv/mod.rs            |  0
 rust/{ => arrow}/src/csv/reader.rs         |  0
 rust/{ => arrow}/src/datatypes.rs          |  0
 rust/{ => arrow}/src/error.rs              |  0
 rust/{ => arrow}/src/lib.rs                |  0
 rust/{ => arrow}/src/memory.rs             |  0
 rust/{ => arrow}/src/mod.rs                |  0
 rust/{ => arrow}/src/record_batch.rs       |  0
 rust/{ => arrow}/src/tensor.rs             |  0
 rust/{ => arrow}/src/util/bit_util.rs      |  0
 rust/{ => arrow}/src/util/mod.rs           |  0
 rust/{ => arrow}/src/util/test_util.rs     |  0
 rust/{ => arrow}/test/data/null_test.csv   |  0
 rust/{ => arrow}/test/data/uk_cities.csv   |  0
 rust/parquet/Cargo.toml                    |  2 +-
 33 files changed, 15 insertions(+), 56 deletions(-)
 copy rust/{ => arrow}/Cargo.toml (96%)
 rename rust/{ => arrow}/README.md (100%)
 rename rust/{ => arrow}/benches/array_from_vec.rs (100%)
 rename rust/{ => arrow}/benches/builder.rs (100%)
 rename rust/{ => arrow}/examples/builders.rs (100%)
 rename rust/{ => arrow}/examples/dynamic_types.rs (100%)
 rename rust/{ => arrow}/examples/read_csv.rs (100%)
 rename rust/{ => arrow}/src/array.rs (100%)
 rename rust/{ => arrow}/src/array_data.rs (100%)
 rename rust/{ => arrow}/src/array_ops.rs (100%)
 rename rust/{ => arrow}/src/bitmap.rs (100%)
 rename rust/{ => arrow}/src/buffer.rs (100%)
 rename rust/{ => arrow}/src/builder.rs (100%)
 rename rust/{ => arrow}/src/csv/mod.rs (100%)
 rename rust/{ => arrow}/src/csv/reader.rs (100%)
 rename rust/{ => arrow}/src/datatypes.rs (100%)
 rename rust/{ => arrow}/src/error.rs (100%)
 rename rust/{ => arrow}/src/lib.rs (100%)
 rename rust/{ => arrow}/src/memory.rs (100%)
 rename rust/{ => arrow}/src/mod.rs (100%)
 rename rust/{ => arrow}/src/record_batch.rs (100%)
 rename rust/{ => arrow}/src/tensor.rs (100%)
 rename rust/{ => arrow}/src/util/bit_util.rs (100%)
 rename rust/{ => arrow}/src/util/mod.rs (100%)
 rename rust/{ => arrow}/src/util/test_util.rs (100%)
 rename rust/{ => arrow}/test/data/null_test.csv (100%)
 rename rust/{ => arrow}/test/data/uk_cities.csv (100%)

Reply via email to