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)

Reply via email to