-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
../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_CONCATReporter: 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.