This is an automated email from the ASF dual-hosted git repository.
jiayuliu pushed a change to branch fix-clippy
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.
discard bac5380 fix some clippy warnings
add a7547d5 test moving out (#895)
add 4666b5f Fix instances of UB that cause tests to not pass under miri
(#878)
add 0892595 Disable cargo / build caching for MIRI runs (#899)
add a5f33cf fix some clippy warnings
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 (bac5380)
\
N -- N -- N refs/heads/fix-clippy (a5f33cf)
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:
.github/workflows/miri.yaml | 11 -
arrow/src/compute/kernels/comparison.rs | 9 +-
parquet/src/util/bit_packing.rs | 2880 +++++++++++++++----------------
parquet/src/util/bit_util.rs | 1 -
parquet/src/util/hash_util.rs | 35 +-
5 files changed, 1459 insertions(+), 1477 deletions(-)