kou commented on PR #39397: URL: https://github.com/apache/arrow/pull/39397#issuecomment-1872624477
Could you check the build failure on AppVeyor? https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/48852924#L1696 ```text C:/projects/arrow/cpp/src/parquet/column_reader.cc(1195): error C2220: the following warning is treated as an error C:/projects/arrow/cpp/src/parquet/column_reader.cc(1165): note: while compiling class template member function 'int64_t parquet::`anonymous-namespace'::TypedColumnReaderImpl<parquet::BooleanType>::ReadBatchSpaced(int64_t,int16_t *,int16_t *,bool *,uint8_t *,int64_t,int64_t *,int64_t *,int64_t *)' C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\type_traits(325): note: see reference to class template instantiation 'parquet::`anonymous-namespace'::TypedColumnReaderImpl<parquet::BooleanType>' being compiled C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\memory(1440): note: see reference to class template instantiation 'std::is_convertible<_Yty *,_Ty *>' being compiled with [ _Yty=parquet::`anonymous-namespace'::TypedColumnReaderImpl<parquet::BooleanType>, _Ty=parquet::ColumnReader ] C:/projects/arrow/cpp/src/parquet/column_reader.cc(1290): note: see reference to class template instantiation 'std::_SP_pointer_compatible<parquet::`anonymous-namespace'::TypedColumnReaderImpl<parquet::BooleanType>,parquet::ColumnReader>' being compiled C:/projects/arrow/cpp/src/parquet/column_reader.cc(1195): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data ``` -- 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]
