kou commented on issue #50318: URL: https://github.com/apache/arrow/issues/50318#issuecomment-4861549588
The error isn't a real problem of the job failure because the error is ignored. The real problem is https://github.com/ursacomputing/crossbow/actions/runs/28486931252/job/84435314002#step:6:1782 : ```text In file included from /arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/tools/cpp/src/parquet/column_reader.cc:46: /arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/tools/cpp/src/arrow/util/rle_encoding_internal.h:814:24: error: missing 'typename' prior to dependent type name 'RleBitPackedDecoderGetRunDecoder<value_type, decltype(run)>::type' using RunDecoder = RleBitPackedDecoderGetRunDecoder<value_type, decltype(run)>::type; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ typename ``` Anyway, we should fix the libpng related problem. -- 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]
