You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/02/14 12:10:51 UTC

[arrow] branch master updated (d4608a9 -> 356c300)

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.


    omit d4608a9  Addressed comments.
    omit 37ac558  Split file in module.
    omit f49406a  Moved file.

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (356c300)
            \
             O -- O -- O   (d4608a9)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/buffer.rs         | 1760 ++++++++++++++++++++++++++++++++++++++
 rust/arrow/src/buffer/buffer.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, 1760 insertions(+), 1731 deletions(-)
 create mode 100644 rust/arrow/src/buffer.rs
 delete mode 100644 rust/arrow/src/buffer/buffer.rs
 delete mode 100644 rust/arrow/src/buffer/mod.rs
 delete mode 100644 rust/arrow/src/buffer/mutable.rs
 delete mode 100644 rust/arrow/src/buffer/ops.rs