Skip to content

Commit

Permalink
MINOR: [CI][C++] Update testing submodule (apache#13963)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pitrou authored and zagto committed Oct 7, 2022
1 parent 06799ac commit 885dbeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpp/src/arrow/builder_benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ namespace arrow {

using ValueType = int64_t;
using VectorType = std::vector<ValueType>;

constexpr int64_t kNumberOfElements = 256 * 512;

static VectorType AlmostU8CompressibleVector() {
Expand Down

0 comments on commit 885dbeb

Please sign in to comment.