From ef882db50c4b88f9a648eb1bfed8974ab4200e59 Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Thu, 11 Apr 2024 05:38:22 -0300 Subject: [PATCH] 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 Signed-off-by: Antoine Pitrou --- .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 1d10be3b5bc82..dd5abbe1b4b1b 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 25d16511e8d42..735ae7128d571 160000 --- a/testing +++ b/testing @@ -1 +1 @@ -Subproject commit 25d16511e8d42c2744a1d94d90169e3a36e92631 +Subproject commit 735ae7128d571398dd798d7ff004adebeb342883