This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/nuget/csharp/multi-3e84fdbd62
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard d595cc2d9f MINOR: [C#] Bump System.Memory, System.Buffers and
System.Runtime.CompilerServices.Unsafe
add 7d647e2fc0 GH-45733: [C++][Python] Add biased/unbiased toggle to skew
and kurtosis functions (#45762)
add 073012b473 MINOR: [C#] Bump Grpc.Tools from 2.70.0 to 2.71.0 in
/csharp (#45846)
add 7796f87ba9 MINOR: [C#] Bump System.Memory, System.Buffers and
System.Runtime.CompilerServices.Unsafe
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 (d595cc2d9f)
\
N -- N -- N refs/heads/dependabot/nuget/csharp/multi-3e84fdbd62
(7796f87ba9)
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:
cpp/src/arrow/acero/hash_aggregate_test.cc | 22 ++++++++++------
cpp/src/arrow/compute/api_aggregate.cc | 4 ++-
cpp/src/arrow/compute/api_aggregate.h | 7 +++++-
cpp/src/arrow/compute/kernels/aggregate_test.cc | 5 ++++
cpp/src/arrow/compute/kernels/aggregate_var_std.cc | 10 +++++---
.../compute/kernels/aggregate_var_std_internal.h | 29 +++++++++++++++++-----
.../compute/kernels/hash_aggregate_numeric.cc | 27 ++++++++++++--------
.../Apache.Arrow.Flight.Sql.csproj | 2 +-
.../Apache.Arrow.Flight/Apache.Arrow.Flight.csproj | 2 +-
python/pyarrow/_compute.pyx | 11 +++++---
python/pyarrow/includes/libarrow.pxd | 3 ++-
python/pyarrow/tests/test_compute.py | 15 +++++++++++
12 files changed, 101 insertions(+), 36 deletions(-)