You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/02/07 14:58:53 UTC

[arrow-rs] branch master updated (ce15d0c -> ef8875b)

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-rs.git.


    from ce15d0c  Make rle decoder public (#1271)
     add ef8875b  Fix doc warnings (#1268)

No new revisions were added by this update.

Summary of changes:
 arrow/src/array/array_list.rs             |  3 ++-
 arrow/src/array/array_map.rs              |  4 ++--
 arrow/src/array/array_union.rs            | 16 ++++++++++------
 arrow/src/array/data.rs                   | 10 +++++-----
 arrow/src/array/mod.rs                    |  4 ++--
 arrow/src/array/raw_pointer.rs            |  6 ++++--
 arrow/src/array/transform/mod.rs          |  4 ++--
 arrow/src/bytes.rs                        |  4 ++--
 arrow/src/compute/kernels/partition.rs    |  2 +-
 arrow/src/compute/kernels/sort.rs         |  7 ++++---
 arrow/src/csv/reader.rs                   |  9 ++++-----
 arrow/src/datatypes/ffi.rs                |  4 ++--
 arrow/src/ffi.rs                          |  4 +++-
 parquet/src/arrow/levels.rs               |  2 +-
 parquet/src/arrow/mod.rs                  |  2 +-
 parquet/src/arrow/record_reader/buffer.rs |  2 +-
 parquet/src/file/footer.rs                |  2 +-
 17 files changed, 47 insertions(+), 38 deletions(-)