Skip to content

[C++] Compilation of reference benchmarks fails #22269

@asfimport

Description

@asfimport
../src/arrow/util/compression-benchmark.cc: In function 'void arrow::util::StreamingDecompression(arrow::Compression::type, const std::vector<unsigned char>&, benchmark::State&)':
../src/arrow/util/compression-benchmark.cc:172:5: error: 'ARROW_CHECK' was not declared in this scope
     ARROW_CHECK(decompressed_size == static_cast<int64_t>(data.size()));
     ^~~~~~~~~~~
../src/arrow/util/compression-benchmark.cc:172:5: note: suggested alternative: 'ARROW_CONCAT'
     ARROW_CHECK(decompressed_size == static_cast<int64_t>(data.size()));
     ^~~~~~~~~~~
     ARROW_CONCAT

Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou

PRs and other links:

Note: This issue was originally created as ARROW-5851. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions