[
https://issues.apache.org/jira/browse/ARROW-5851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney updated ARROW-5851:
--------------------------------
Fix Version/s: 0.14.1
> [C++] Compilation of reference benchmarks fails
> -----------------------------------------------
>
> Key: ARROW-5851
> URL: https://issues.apache.org/jira/browse/ARROW-5851
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.14.0
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.0.0, 0.14.1
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> {code}
> ../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
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)