This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch cherry_pick_0e7c4c5f
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.
discard 3ff28fd restore over-zealously removed chrono dependency
discard 8e51497 Parquet Derive: make chrono time emit converted type (#712)
add b8352fd Fix decimal repr in schema (#721) (#752)
add f68afcc Fix decimal value_as_string (#722) (#753)
add 605aa32 Add a note on rust compiler testing and compatibility (#726)
(#754)
add b5ea3f6 fix: Handle slices in unary kernel (#739) (#755)
add 486d5a3 fix: Comparisons against scalar slices (#741) (#756)
add 6c027fb Parquet Derive: make chrono time emit converted type (#712)
add 21e7686 restore over-zealously removed chrono dependency
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 (3ff28fd)
\
N -- N -- N refs/heads/cherry_pick_0e7c4c5f (21e7686)
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/README.md | 8 +++++++
arrow/src/array/array_binary.rs | 35 +++++++++++++++++++++++++++----
arrow/src/buffer/immutable.rs | 2 +-
arrow/src/compute/kernels/arity.rs | 24 ++++++++++++++++++++-
arrow/src/compute/kernels/comparison.rs | 37 ++++++++++++++++++++++++++++++---
parquet/README.md | 4 ++++
parquet/src/schema/printer.rs | 27 +++++++++++++++++++-----
7 files changed, 123 insertions(+), 14 deletions(-)