You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/08/01 22:36:00 UTC

[jira] [Updated] (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 ]

Wes McKinney updated ARROW-5851:
--------------------------------
    Fix Version/s:     (was: 1.0.0)
                   0.15.0

> [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: 0.14.1, 0.15.0
>
>          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)