This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch cherry_pick_0f55b828
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.
discard ff264ff window::shift to work for all array types (#388)
add 153085f Backport clippy fixes to active release (#475)
add 034841c window::shift to work for all array types (#388)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ff264ff)
\
N -- N -- N refs/heads/cherry_pick_0f55b828 (034841c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
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:
README.md | 6 +-
arrow/src/array/array_binary.rs | 10 ++--
arrow/src/array/array_boolean.rs | 2 +-
arrow/src/array/array_dictionary.rs | 12 ++--
arrow/src/array/array_primitive.rs | 18 +++---
arrow/src/array/array_struct.rs | 6 +-
arrow/src/array/array_union.rs | 30 +++++-----
arrow/src/array/builder.rs | 18 +++---
arrow/src/array/equal/mod.rs | 16 +++---
arrow/src/array/null.rs | 2 +-
arrow/src/array/ord.rs | 7 +--
arrow/src/bitmap.rs | 16 +++---
arrow/src/compute/kernels/arithmetic.rs | 32 +++++------
arrow/src/compute/kernels/cast.rs | 52 ++++++++---------
arrow/src/compute/kernels/comparison.rs | 10 ++--
arrow/src/compute/kernels/filter.rs | 20 +++----
arrow/src/compute/kernels/limit.rs | 4 +-
arrow/src/compute/kernels/sort.rs | 5 +-
arrow/src/compute/kernels/temporal.rs | 10 ++--
arrow/src/csv/reader.rs | 42 +++++++-------
arrow/src/datatypes/mod.rs | 2 +-
arrow/src/ffi.rs | 10 ++--
arrow/src/ipc/reader.rs | 9 +--
arrow/src/json/reader.rs | 99 ++++++++++++++++-----------------
arrow/src/tensor.rs | 30 +++++-----
arrow/src/util/bit_util.rs | 40 ++++++-------
parquet/src/arrow/array_reader.rs | 30 ++++------
parquet/src/encodings/decoding.rs | 5 ++
parquet/src/file/properties.rs | 8 +--
parquet/src/file/serialized_reader.rs | 6 +-
parquet/src/record/api.rs | 53 ++++++++----------
parquet/src/util/bit_util.rs | 44 +++++++--------
parquet/src/util/memory.rs | 2 +-
33 files changed, 317 insertions(+), 339 deletions(-)