Snippets for apache-arrow 23.0.1 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/community/apache-arrow/apache-arrow-23.0.1-r6.log.
-
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/cpp/src/parquet/statistics.cc:857:11: warning: dangling pointer to 'max' may be used [-Wdangling-pointer=] 857 | Copy(comparator_->Compare(max_, max) ? max : max_, &max_, max_buffer_.get()); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/cpp/src/parquet/statistics.cc:817:60: warning: dangling pointer to 'min' may be used [-Wdangling-pointer=] 817 | void Copy(const T& src, T* dst, ResizableBuffer*) { *dst = src; } | ~~~~~^~~~~ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/cpp/src/parquet/decoder.cc:554:1: warning: 'parquet::{anonymous}::PlainBooleanDecoder::PlainBooleanDecoder(const parquet::ColumnDescriptor*)' defined but not used [-Wunused-function] 554 | PlainBooleanDecoder::PlainBooleanDecoder(const ColumnDescriptor* descr) | ^~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/cpp/src/arrow/flight/transport/grpc/grpc_client.cc:736:54: warning: 'StaticDataCertificateProvider' is deprecated: Use InMemoryCertificateProvider instead [-Wdeprecated-declarations] 736 | std::make_shared<::grpc::experimental::StaticDataCertificateProvider>( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/cpp/src/arrow/flight/transport/grpc/grpc_client.cc:745:47: warning: 'void grpc::experimental::TlsCredentialsOptions::set_certificate_provider(std::shared_ptr<grpc::experimental::CertificateProviderInterface>)' is deprecated: Use set_root_certificate_provider() or set_identity_certificate_provider() instead. [-Wdeprecated-declarations] 745 | tls_options.set_certificate_provider(certificate_provider); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/cpp/src/arrow/flight/transport/grpc/grpc_client.cc:747:39: warning: 'void grpc::experimental::TlsCredentialsOptions::watch_root_certs()' is deprecated: Use set_root_certificate_provider() [-Wdeprecated-declarations] 747 | tls_options.watch_root_certs(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:211:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 211 | return SafeCallIntoPython([=] { return file_->Seek(position, 0); }); | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:215:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 215 | return SafeCallIntoPython([=]() -> Result<int64_t> { return file_->Tell(); }); | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:219:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 219 | return SafeCallIntoPython([=]() -> Result<int64_t> { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:242:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 242 | return SafeCallIntoPython([=]() -> Result<std::shared_ptr<Buffer>> { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:257:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 257 | return SafeCallIntoPython([=]() -> Result<int64_t> { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:265:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 265 | return SafeCallIntoPython([=]() -> Result<std::shared_ptr<Buffer>> { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:272:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 272 | return SafeCallIntoPython([=]() -> Result<int64_t> { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:297:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 297 | return SafeCallIntoPython([=]() { return file_->Abort(); }); | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:301:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 301 | return SafeCallIntoPython([=]() { return file_->Close(); }); | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:316:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 316 | return SafeCallIntoPython([=]() { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:323:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 323 | return SafeCallIntoPython([=]() { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:353:31: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 353 | return SafeCallIntoPython([=]() -> Result<std::shared_ptr<Buffer>> { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:43:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 43 | return SafeCallIntoPython([=] { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:52:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 52 | return SafeCallIntoPython([=] { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:68:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 68 | return SafeCallIntoPython([=] { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:76:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 76 | return SafeCallIntoPython([=] { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:211:7: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 211 | [=]() -> arrow::Result<std::unique_ptr<arrow::flight::Result>> { | ^ -
/home/buildozer/aports/community/apache-arrow/src/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:252:29: warning: implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated] 252 | return SafeCallIntoPython([=]() -> arrow::Result<FlightPayload> { | ^