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

github-bot pushed a change to branch dependabot/maven/java/junit-junit-4.13.1
in repository https://gitbox.apache.org/repos/asf/arrow.git


    omit fe537aaff9 Bump junit from 4.12 to 4.13.1 in /java
     add f7506497c9 GH-34446: [C++][Parquet] Fix RecordReaderPrimitveTypeTests 
test (#34447)
     add 4b31aa4f4d GH-34076: [C#] Allow schema fields with duplicate names 
(#34125)
     add be7a763403 GH-34388: [C++] Build core compute kernels unconditionally 
(#34295)
     add ce469c2d81 GH-34266: [C++] Add a pivot_longer node (#34267)
     add b5f6109074 MINOR: [JS] Update dependencies (#34169)
     add f465c345e5 GH-34442: [Ruby][FlightRPC] Add 
`ArrowFlight::RecordBatchReader#each` (#34444)
     add 237705bf17 GH-34440: [Ruby] Add support for 
`RecordBatch{File,Stream}Reader#each` without block (#34441)
     add d5b3b47378 GH-34425: [GLib] Add GArrowRankOptions (#34458)
     add e69a53e9ee GH-34398: [R] Update NEWS.md for 11.0.0.3 (#34399)
     add 35c4c267e9 Bump junit from 4.12 to 4.13.1 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   (fe537aaff9)
            \
             N -- N -- N   refs/heads/dependabot/maven/java/junit-junit-4.13.1 
(35c4c267e9)

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:
 c_glib/arrow-glib/compute.cpp                      |   345 +-
 c_glib/arrow-glib/compute.h                        |    75 +
 c_glib/arrow-glib/compute.hpp                      |     6 +
 .../{test-sort-options.rb => test-rank-options.rb} |    47 +-
 ci/docker/conda-integration.dockerfile             |     3 +-
 cpp/cmake_modules/DefineOptions.cmake              |     3 +-
 cpp/src/arrow/CMakeLists.txt                       |   156 +-
 cpp/src/arrow/array/CMakeLists.txt                 |     6 +-
 cpp/src/arrow/compute/CMakeLists.txt               |    20 +-
 cpp/src/arrow/compute/exec/CMakeLists.txt          |    14 +-
 cpp/src/arrow/compute/exec/exec_plan.cc            |     2 +
 cpp/src/arrow/compute/exec/options.h               |    88 +
 cpp/src/arrow/compute/exec/pivot_longer_node.cc    |   282 +
 .../arrow/compute/exec/pivot_longer_node_test.cc   |   286 +
 cpp/src/arrow/compute/kernels/CMakeLists.txt       |    20 +-
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc |    10 -
 cpp/src/arrow/compute/kernels/scalar_round.cc      |   225 +-
 cpp/src/arrow/compute/kernels/util_internal.cc     |    14 +
 cpp/src/arrow/compute/kernels/util_internal.h      |    19 +
 cpp/src/arrow/compute/registry.cc                  |    23 +-
 cpp/src/arrow/csv/CMakeLists.txt                   |     8 +-
 cpp/src/arrow/csv/api.h                            |     5 -
 cpp/src/arrow/public_api_test.cc                   |     9 +-
 cpp/src/arrow/testing/generator.cc                 |     6 +-
 cpp/src/arrow/testing/generator.h                  |     8 +-
 cpp/src/parquet/column_reader_test.cc              |     2 +-
 csharp/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs   |    23 +-
 csharp/src/Apache.Arrow/RecordBatch.Builder.cs     |    10 +-
 csharp/src/Apache.Arrow/Schema.cs                  |    61 +-
 csharp/src/Apache.Arrow/Table.cs                   |     4 +-
 .../IntegrationCommand.cs                          |     4 +-
 .../test/Apache.Arrow.Tests/SchemaBuilderTests.cs  |    88 +-
 csharp/test/Apache.Arrow.Tests/SchemaComparer.cs   |     8 +-
 csharp/test/Apache.Arrow.Tests/TestData.cs         |     2 +-
 js/package.json                                    |    40 +-
 js/yarn.lock                                       | 23233 ++++++++-----------
 r/NEWS.md                                          |     5 +
 ruby/red-arrow-flight/lib/arrow-flight/loader.rb   |     1 +
 .../lib/arrow-flight/record-batch-reader.rb}       |     8 +-
 .../test/test-record-batch-reader.rb}              |    19 +-
 .../lib/arrow/record-batch-file-reader.rb          |     2 +
 .../lib/arrow/record-batch-stream-reader.rb        |     2 +
 .../test/test-record-batch-file-reader.rb          |    21 +
 ...eader.rb => test-record-batch-stream-reader.rb} |    22 +-
 44 files changed, 11167 insertions(+), 14068 deletions(-)
 copy c_glib/test/{test-sort-options.rb => test-rank-options.rb} (56%)
 create mode 100644 cpp/src/arrow/compute/exec/pivot_longer_node.cc
 create mode 100644 cpp/src/arrow/compute/exec/pivot_longer_node_test.cc
 copy ruby/{red-arrow/lib/arrow/record-batch-stream-reader.rb => 
red-arrow-flight/lib/arrow-flight/record-batch-reader.rb} (87%)
 copy ruby/{red-arrow-flight-sql/test/test-client.rb => 
red-arrow-flight/test/test-record-batch-reader.rb} (71%)
 copy ruby/red-arrow/test/{test-record-batch-file-reader.rb => 
test-record-batch-stream-reader.rb} (85%)

Reply via email to