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

apitrou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new b3b4521852 MINOR: [C++] Bump arrow-testing to include repro file for 
#41044 (#41139)
b3b4521852 is described below

commit b3b4521852384e842e9bcb6d4e05d7c11669674f
Author: Felipe Oliveira Carvalho <[email protected]>
AuthorDate: Thu Apr 11 05:38:22 2024 -0300

    MINOR: [C++] Bump arrow-testing to include repro file for #41044 (#41139)
    
    ### What changes are included in this PR?
    
    Bump `arrow-testing` to include the latest commit.
    
    Authored-by: Felipe Oliveira Carvalho <[email protected]>
    Signed-off-by: Antoine Pitrou <[email protected]>
---
 .github/workflows/cpp.yml | 2 ++
 testing                   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index 1d10be3b5b..dd5abbe1b4 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -31,6 +31,7 @@ on:
       - 'cpp/**'
       - 'docker-compose.yml'
       - 'format/Flight.proto'
+      - 'testing'
   pull_request:
     paths:
       - '.github/workflows/cpp.yml'
@@ -44,6 +45,7 @@ on:
       - 'cpp/**'
       - 'docker-compose.yml'
       - 'format/Flight.proto'
+      - 'testing'
 
 concurrency:
   group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ 
github.workflow }}
diff --git a/testing b/testing
index 25d16511e8..735ae7128d 160000
--- a/testing
+++ b/testing
@@ -1 +1 @@
-Subproject commit 25d16511e8d42c2744a1d94d90169e3a36e92631
+Subproject commit 735ae7128d571398dd798d7ff004adebeb342883

Reply via email to