From 885dbeb5bba876dc1a8461355d22bc685c1f71f3 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 24 Aug 2022 18:59:20 +0200 Subject: [PATCH] MINOR: [CI][C++] Update testing submodule (#13963) PR #13781 moved back the testing submodule to an old changeset by mistake, which subsequently broke multiple CI builds. (added a dummy C++ change to trigger CI) Authored-by: Antoine Pitrou Signed-off-by: Antoine Pitrou --- cpp/src/arrow/builder_benchmark.cc | 1 + testing | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/src/arrow/builder_benchmark.cc b/cpp/src/arrow/builder_benchmark.cc index c131f81392794..97745d4692e10 100644 --- a/cpp/src/arrow/builder_benchmark.cc +++ b/cpp/src/arrow/builder_benchmark.cc @@ -36,6 +36,7 @@ namespace arrow { using ValueType = int64_t; using VectorType = std::vector; + constexpr int64_t kNumberOfElements = 256 * 512; static VectorType AlmostU8CompressibleVector() { diff --git a/testing b/testing index 53b498047109d..5bab2f264a23f 160000 --- a/testing +++ b/testing @@ -1 +1 @@ -Subproject commit 53b498047109d9940fcfab388bd9d6aeb8c57425 +Subproject commit 5bab2f264a23f5af68f69ea93d24ef1e8e77fc88