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.23.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard dd4f214de3 MINOR: [Go] Bump golang.org/x/sys from 0.22.0 to 0.23.0 in
/go
add 57106384d7 MINOR: [CI] Replace docker-compose with `docker compose`
(#43566)
add 629b9e7708 MINOR: [C#] Bump Google.Protobuf from 3.27.2 to 3.27.3 in
/csharp (#43571)
add 9253c33bf9 MINOR: [Go] Bump github.com/hamba/avro/v2 from 2.23.0 to
2.24.0 in /go (#43567)
add e6b05a8e58 GH-43483: [Java][C++] Support more CsvFragmentScanOptions
in JNI call (#43482)
add 51d50d7500 GH-43559: [Python][CI] Add a Crossbow job with a debug
CPython interpreter (#43565)
add 5996f51631 MINOR: [Java] Bump org.cyclonedx:cyclonedx-maven-plugin
from 2.8.0 to 2.8.1 in /java (#43562)
add dea09ec9c0 GH-43455: [Go] Add Opaque canonical extension type (#43459)
add 139dadbcbb GH-43492: [C++] Thirdparty: Bump lz4 to 1.10.0 (#43493)
add 299f64b143 MINOR: [Java] Bump org.hamcrest:hamcrest from 2.2 to 3.0 in
/java (#43561)
add 4d5041a3ef MINOR: [Go] Bump golang.org/x/sync from 0.7.0 to 0.8.0 in
/go (#43569)
add f4934ff015 MINOR: [Go] Bump golang.org/x/sys from 0.22.0 to 0.23.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 (dd4f214de3)
\
N -- N -- N
refs/heads/dependabot/go_modules/go/golang.org/x/sys-0.23.0 (f4934ff015)
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:
.github/workflows/cpp.yml | 2 +-
...rfile => conda-python-cpython-debug.dockerfile} | 6 +-
cpp/thirdparty/versions.txt | 4 +-
.../Apache.Arrow.Flight/Apache.Arrow.Flight.csproj | 2 +-
dev/tasks/cpp-examples/github.linux.yml | 2 +-
dev/tasks/python-minimal-build/github.linux.yml | 2 +-
dev/tasks/r/azure.linux.yml | 8 +-
dev/tasks/tasks.yml | 8 +
docker-compose.yml | 25 +++
go/arrow/{_tools/tools.go => extensions/doc.go} | 13 +-
go/arrow/extensions/opaque.go | 106 +++++++++++
go/arrow/extensions/opaque_test.go | 200 +++++++++++++++++++++
go/go.mod | 4 +-
go/go.sum | 8 +-
java/dataset/src/main/cpp/jni_wrapper.cc | 113 ++++++++++--
.../scanner/csv/CsvFragmentScanOptions.java | 4 +
.../arrow/dataset/TestFragmentScanOptions.java | 156 ++++++++++++++++
java/flight/flight-sql-jdbc-core/pom.xml | 2 +-
java/pom.xml | 4 +-
19 files changed, 621 insertions(+), 48 deletions(-)
copy ci/docker/{conda-python-cython2.dockerfile =>
conda-python-cpython-debug.dockerfile} (76%)
copy go/arrow/{_tools/tools.go => extensions/doc.go} (79%)
create mode 100644 go/arrow/extensions/opaque.go
create mode 100644 go/arrow/extensions/opaque_test.go