This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/java/ch.qos.logback-logback-classic-1.5.3
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard e86f98051f MINOR: [Java] Bump ch.qos.logback:logback-classic in /java
add 8efb8dce97 GH-40755: [JS] fix decimal conversions (#40729)
add ab6a5fd610 MINOR: [R] Update maintainer in package description (#40692)
add 5fd6b44936 GH-40630: [Go][Parquet] Enable writing of Parquet footer
without closing file (#40654)
add e75bc99fa8 GH-40788: [C#] Override Accept in MapArray (#40789)
add e3b0bd1feb GH-40783: [C++] Re-order loads and stores in
MemoryPoolStats update (#40647)
add f305cf0287 MINOR: [Java] Bump ch.qos.logback:logback-classic in /java
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 (e86f98051f)
\
N -- N -- N
refs/heads/dependabot/maven/java/ch.qos.logback-logback-classic-1.5.3
(f305cf0287)
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/memory_pool.cc | 12 +--
cpp/src/arrow/memory_pool.h | 82 +++++++++++-------
cpp/src/arrow/memory_pool_benchmark.cc | 8 +-
cpp/src/arrow/memory_pool_test.cc | 11 +--
cpp/src/arrow/memory_pool_test.h | 9 +-
cpp/src/arrow/stl_allocator.h | 6 +-
csharp/src/Apache.Arrow/Arrays/MapArray.cs | 13 +++
csharp/test/Apache.Arrow.Tests/MapArrayTests.cs | 110 ++++++++++++++++++++++++
go/parquet/file/file_writer.go | 62 ++++++++-----
go/parquet/file/file_writer_test.go | 17 +++-
go/parquet/metadata/file.go | 15 +++-
java/dataset/src/main/cpp/jni_util.cc | 6 +-
js/src/util/bn.ts | 32 ++++---
js/test/unit/bn-tests.ts | 15 ++++
r/DESCRIPTION | 4 +-
15 files changed, 311 insertions(+), 91 deletions(-)