[
https://issues.apache.org/jira/browse/ARROW-8892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-8892.
---------------------------------
Resolution: Fixed
Issue resolved by pull request 7472
[https://github.com/apache/arrow/pull/7472]
> [C++][CI] CI builds for MSVC do not build benchmarks
> ----------------------------------------------------
>
> Key: ARROW-8892
> URL: https://issues.apache.org/jira/browse/ARROW-8892
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Wes McKinney
> Assignee: Krisztian Szucs
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> We must ensure that our benchmarks always build on Windows
> I'm fixing these errors for example in ARROW-8792
> {code}
> C:/Users/wesmc/code/arrow/cpp/src/parquet/encoding_benchmark.cc(249): error
> C2220: warning treated as error - no 'object' file generated
> C:/Users/wesmc/code/arrow/cpp/src/parquet/encoding_benchmark.cc(256): note:
> see reference to function template instantiation 'void
> parquet::BM_PlainEncodingSpaced<parquet::BooleanType>(benchmark::State &)'
> being compiled
> C:/Users/wesmc/code/arrow/cpp/src/parquet/encoding_benchmark.cc(249): warning
> C4244: 'argument': conversion from 'const int64_t' to 'int', possible loss of
> data
> C:/Users/wesmc/code/arrow/cpp/src/parquet/encoding_benchmark.cc(292): warning
> C4244: 'argument': conversion from 'const int64_t' to 'int', possible loss of
> data
> C:/Users/wesmc/code/arrow/cpp/src/parquet/encoding_benchmark.cc(306): note:
> see reference to function template instantiation 'void
> parquet::BM_PlainDecodingSpaced<parquet::BooleanType>(benchmark::State &)'
> being compiled
> C:/Users/wesmc/code/arrow/cpp/src/parquet/encoding_benchmark.cc(299): warning
> C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
> C:/Users/wesmc/code/arrow/cpp/src/parquet/encoding_benchmark.cc(300): warning
> C4244: 'argument': conversion from 'const int64_t' to 'int', possible loss of
> data
> [11/67] Linking CXX executable release\arrow-ipc-read-write-benchmark.exe
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)