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 94255a4 ARROW-9416: [Go] Add testcases for some datatypes
add 5ef7a16 ARROW-8574: [Rust] Implement Debug for all plain types
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/array.rs | 1 +
rust/arrow/src/array/builder.rs | 24 ++++++++++++++++++++++++
rust/arrow/src/array/data.rs | 1 +
rust/arrow/src/array/union.rs | 2 ++
rust/arrow/src/compute/kernels/sort.rs | 4 ++--
rust/arrow/src/compute/kernels/take.rs | 2 +-
rust/arrow/src/csv/reader.rs | 16 ++++++++++++++++
rust/arrow/src/csv/writer.rs | 2 ++
rust/arrow/src/datatypes.rs | 1 +
rust/arrow/src/ipc/mod.rs | 3 +++
rust/arrow/src/json/reader.rs | 2 ++
rust/arrow/src/lib.rs | 1 +
rust/arrow/src/tensor.rs | 1 +
rust/arrow/src/util/string_writer.rs | 1 +
14 files changed, 58 insertions(+), 3 deletions(-)