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

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


 discard d6007291f3 MINOR: [Java] Bump checker.framework.version in /java
     add d28e542ef4 GH-43536: [Python][CI] Add a Crossbow job with the 
free-threaded build (#43671)
     add 989508418b MINOR: [CI] Bump actions/download-artifact from 4.1.7 to 
4.1.8 (#44020)
     add 23c46879d2 GH-44013: [Java] Consider warnings as errors for Dataset 
Module (#44014)
     add 09ed5e5c4e GH-44011: [Java] Consider warnings as errors for C Module 
(#44012)
     add f3dd298bd3 GH-43576: [Java] Gandiva Tests are failing due to linking 
issues (#43978)
     add b6316c091f GH-44036: [C++] IPC: ipc reader/writer code enhancement 
(#44019)
     add fed5fcbbd5 GH-43996: [Java] Mark new allocated ArrowSchema as released 
(#43997)
     add df183864b6 MINOR: [Java] Bump checker.framework.version 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   (d6007291f3)
            \
             N -- N -- N   
refs/heads/dependabot/maven/java/checker.framework.version-3.47.0 (df183864b6)

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/r.yml                            |  2 +-
 ... linux-apt-python-313-freethreading.dockerfile} | 31 ++++++++++++++--------
 cpp/src/arrow/ipc/reader.cc                        | 12 ++++-----
 cpp/src/arrow/ipc/writer.cc                        | 21 +++++++--------
 dev/tasks/tasks.yml                                |  8 ++++++
 docker-compose.yml                                 | 27 +++++++++++++++++++
 java/c/pom.xml                                     | 11 ++++++++
 .../java/org/apache/arrow/c/ArrayExporter.java     |  2 +-
 .../main/java/org/apache/arrow/c/ArrowSchema.java  | 10 ++++++-
 .../apache/arrow/c/BufferImportTypeVisitor.java    |  2 +-
 .../org/apache/arrow/c/ArrowArrayUtilityTest.java  |  7 +++++
 .../java/org/apache/arrow/c/DictionaryTest.java    |  8 +++---
 .../java/org/apache/arrow/c/RoundtripTest.java     |  8 ------
 java/dataset/pom.xml                               |  9 +++++++
 .../arrow/dataset/TextBasedWriteSupport.java       | 12 +++++++--
 .../arrow/dataset/file/TestFileSystemDataset.java  |  7 +++--
 .../arrow/dataset/jni/TestReservationListener.java |  1 +
 .../substrait/TestAceroSubstraitConsumer.java      | 28 +++++--------------
 .../arrow/gandiva/evaluator/ProjectorTest.java     |  1 +
 python/CMakeLists.txt                              |  7 +++++
 20 files changed, 142 insertions(+), 72 deletions(-)
 copy ci/docker/{linux-apt-python-3.dockerfile => 
linux-apt-python-313-freethreading.dockerfile} (58%)

Reply via email to