This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/master/twox-hash-2.0
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 9160bdf02 Update twox-hash requirement from 1.6 to 2.0
add db663d80c Minor: Document pattern for accessing views in StringView
(#6673)
add a817192f5 Check predicate and values are the same length for run end
array filter safety (#6675)
add 9a119363f Update hashbrown requirement from 0.14.2 to 0.15.1 (#6684)
add b225d9a24 Update twox-hash requirement from 1.6 to 2.0
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 (9160bdf02)
\
N -- N -- N refs/heads/dependabot/cargo/master/twox-hash-2.0
(b225d9a24)
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:
arrow-array/Cargo.toml | 2 +-
arrow-array/src/array/byte_view_array.rs | 79 ++++++++++++++++++++++++++++----
arrow-select/src/filter.rs | 33 +++++++++++--
parquet/Cargo.toml | 2 +-
4 files changed, 100 insertions(+), 16 deletions(-)