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

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


    from a3b5bcd  ARROW-10217: [CI] Run fewer GitHub Actions jobs
     add 62269e9  ARROW-10030: [Rust] Add support for `FromIter` and `IntoIter` 
for primitive types

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/cast_kernels.rs     | 103 ++++++++++++++++++++-------------
 rust/arrow/src/array/array.rs          |  85 ++++++++++++++++++---------
 rust/arrow/src/array/iterator.rs       |  85 +++++++++++++++++++++++++++
 rust/arrow/src/array/mod.rs            |   5 ++
 rust/arrow/src/compute/kernels/cast.rs |  99 ++++++++++++++-----------------
 rust/arrow/src/csv/reader.rs           |  44 +++++++-------
 rust/arrow/src/json/reader.rs          |  25 +++-----
 7 files changed, 284 insertions(+), 162 deletions(-)
 create mode 100644 rust/arrow/src/array/iterator.rs

Reply via email to