mapleFU commented on PR #36702: URL: https://github.com/apache/arrow/pull/36702#issuecomment-1639578307
``` D:/a/arrow/arrow/cpp/src/parquet/page_index_benchmark.cc(34): error C2220: the following warning is treated as an error D:/a/arrow/arrow/cpp/src/parquet/page_index_benchmark.cc(34): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data D:/a/arrow/arrow/cpp/src/parquet/page_index_benchmark.cc(34): warning C4244: 'initializing': conversion from 'int64_t' to 'const int', possible loss of data D:/a/arrow/arrow/cpp/src/parquet/page_index_benchmark.cc(47): warning C4244: 'argument': conversion from 'int64_t' to 'uint32_t', possible loss of data D:/a/arrow/arrow/cpp/src/parquet/page_index_benchmark.cc(68): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data D:/a/arrow/arrow/cpp/src/parquet/page_index_benchmark.cc(98): note: see reference to function template instantiation 'void parquet::benchmark::BM_ReadColumnIndex<parquet::Int64Type>(benchmark::State &)' being compiled D:/a/arrow/arrow/cpp/src/parquet/page_index_benchmark.cc(68): warning C4244: 'initializing': conversion from 'int64_t' to 'const int', possible loss of data D:/a/arrow/arrow/cpp/src/parquet/page_index_benchmark.cc(90): warning C4244: 'argument': conversion from 'int64_t' to 'uint32_t', possible loss of data ninja: build stopped: subcommand failed. ``` Hmmm seems windows lint would report error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
