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

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


    from 9fe3754  ARROW-11040: [Rust] Simplified builders
     add e4784d3  ARROW-11105: [Rust] Migrated MutableBuffer::freeze to 
From<MutableBuffer> for Buffer

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/buffer_bit_ops.rs               |  2 +-
 rust/arrow/benches/buffer_create.rs                |  2 +-
 rust/arrow/src/array/array_binary.rs               |  4 +--
 rust/arrow/src/array/array_boolean.rs              |  6 ++--
 rust/arrow/src/array/array_primitive.rs            |  8 ++---
 rust/arrow/src/array/array_string.rs               |  2 +-
 rust/arrow/src/array/builder.rs                    | 10 +++---
 rust/arrow/src/array/transform/mod.rs              |  6 ++--
 rust/arrow/src/buffer.rs                           | 42 ++++++++++++++--------
 rust/arrow/src/compute/kernels/arithmetic.rs       |  6 ++--
 rust/arrow/src/compute/kernels/boolean.rs          |  4 +--
 rust/arrow/src/compute/kernels/comparison.rs       | 14 ++++----
 rust/arrow/src/compute/kernels/sort.rs             |  4 +--
 rust/arrow/src/compute/kernels/take.rs             | 24 ++++++-------
 rust/arrow/src/compute/util.rs                     |  4 +--
 rust/arrow/src/ipc/writer.rs                       |  2 +-
 rust/arrow/src/json/reader.rs                      | 10 +++---
 .../src/bin/arrow-json-integration-test.rs         |  2 +-
 rust/parquet/src/arrow/array_reader.rs             |  4 +--
 rust/parquet/src/arrow/record_reader.rs            |  6 ++--
 20 files changed, 88 insertions(+), 74 deletions(-)

Reply via email to