You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/07/04 15:20:00 UTC

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

Antoine Pitrou created ARROW-5851:
-------------------------------------

             Summary: [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


{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)