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 2ca4c1e  ARROW-11637: [CI][Conda] Update nightly clean target 
platforms and packages list
     add ab30736  ARROW-11598: [Rust] Split buffer.rs in smaller files

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/buffer.rs           | 1760 ------------------------------------
 rust/arrow/src/buffer/immutable.rs |  549 +++++++++++
 rust/arrow/src/buffer/mod.rs       |   69 ++
 rust/arrow/src/buffer/mutable.rs   |  684 ++++++++++++++
 rust/arrow/src/buffer/ops.rs       |  429 +++++++++
 5 files changed, 1731 insertions(+), 1760 deletions(-)
 delete mode 100644 rust/arrow/src/buffer.rs
 create mode 100644 rust/arrow/src/buffer/immutable.rs
 create mode 100644 rust/arrow/src/buffer/mod.rs
 create mode 100644 rust/arrow/src/buffer/mutable.rs
 create mode 100644 rust/arrow/src/buffer/ops.rs

Reply via email to