This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/go/golang.org/x/sys-0.24.0
in repository https://gitbox.apache.org/repos/asf/arrow.git


 discard 6ed11f8230 MINOR: [Go] Bump golang.org/x/sys from 0.22.0 to 0.24.0 in 
/go
     add da03eb08ca MINOR: [Go] Bump golang.org/x/tools from 0.23.0 to 0.24.0 
in /go (#43644)
     add f5f8f5828c MINOR: [Go] Bump github.com/hamba/avro/v2 from 2.24.0 to 
2.24.1 in /go (#43648)
     add 39fe6fc45d GH-17682: [Go] Bool8 Extension Type Implementation (#43323)
     add 483bc7b6d1 GH-43638: [Java] LargeListViewVector RangeEqualVisitor and 
TypeEqualVisitor integration (#43642)
     add e8e9d1ac2b GH-43536: [Python] Declare support for free-threading in 
Cython (#43606)
     add fc80d7d8b9 GH-43378: [Java][CI] Don't configure multithreading when 
building javadocs (#43674)
     add 88e8140ad7 GH-43097: [C++] Implement `PathFromUri` support for Azure 
file system (#43098)
     add cfde74e79d MINOR: [Go] Bump golang.org/x/sys from 0.22.0 to 0.24.0 in 
/go

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   (6ed11f8230)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/go/golang.org/x/sys-0.24.0 (cfde74e79d)

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:
 ci/scripts/java_build.sh                           |   7 +-
 cpp/cmake_modules/UseCython.cmake                  |   5 +
 cpp/src/arrow/filesystem/azurefs.cc                |  27 ++
 cpp/src/arrow/filesystem/azurefs.h                 |   2 +
 cpp/src/arrow/filesystem/azurefs_test.cc           |   9 +
 go/arrow/array/builder.go                          |  11 +-
 go/arrow/array/extension_builder.go                |  10 +-
 go/arrow/extensions/bool8.go                       | 216 ++++++++++++++
 go/arrow/extensions/bool8_test.go                  | 319 +++++++++++++++++++++
 go/arrow/extensions/extensions_test.go             | 105 +++++++
 go/go.mod                                          |  10 +-
 go/go.sum                                          |  24 +-
 go/internal/types/extension_types.go               |   9 +-
 go/internal/types/extension_types_test.go          |  16 +-
 go/parquet/pqarrow/encode_arrow_test.go            |   4 +-
 .../arrow/vector/compare/RangeEqualsVisitor.java   |  57 ++++
 .../arrow/vector/compare/TypeEqualsVisitor.java    |   6 +
 .../apache/arrow/vector/compare/VectorVisitor.java |   6 +
 .../arrow/vector/complex/LargeListViewVector.java  |   2 +-
 .../org/apache/arrow/vector/TestValueVector.java   |  95 ++++++
 .../vector/compare/TestRangeEqualsVisitor.java     | 102 +++++++
 .../vector/compare/TestTypeEqualsVisitor.java      |  17 ++
 python/CMakeLists.txt                              |   5 +
 23 files changed, 1015 insertions(+), 49 deletions(-)
 create mode 100644 go/arrow/extensions/bool8.go
 create mode 100644 go/arrow/extensions/bool8_test.go
 create mode 100644 go/arrow/extensions/extensions_test.go

Reply via email to