Skip to content

Commit 25a2734

Browse files
authored
MINOR: [CI][C++] Update testing submodule (apache#13963)
PR apache#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 <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
1 parent 689f084 commit 25a2734

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cpp/src/arrow/builder_benchmark.cc

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ namespace arrow {
3636

3737
using ValueType = int64_t;
3838
using VectorType = std::vector<ValueType>;
39+
3940
constexpr int64_t kNumberOfElements = 256 * 512;
4041

4142
static VectorType AlmostU8CompressibleVector() {

0 commit comments

Comments
 (0)