You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Francois Saint-Jacques (JIRA)" <ji...@apache.org> on 2019/07/05 12:35:00 UTC

[jira] [Resolved] (ARROW-5851) [C++] Compilation of reference benchmarks fails

     [ https://issues.apache.org/jira/browse/ARROW-5851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francois Saint-Jacques resolved ARROW-5851.
-------------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

Issue resolved by pull request 4808
[https://github.com/apache/arrow/pull/4808]

> [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
>
>          Time Spent: 20m
>  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.3#76005)