kou commented on PR #12719: URL: https://github.com/apache/arrow/pull/12719#issuecomment-1094119113
@zagto It seems that this breaks a CI job on Ubuntu 18.04: https://github.com/ursacomputing/crossbow/runs/5953173410?check_suite_focus=true#step:5:8623 ```text FAILED: src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/client.cc.o /usr/bin/c++ -DARROW_FLIGHT_EXPORTING -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_AVX512 -DARROW_HAVE_RUNTIME_BMI2 -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 -DARROW_HDFS -DARROW_JEMALLOC -DARROW_JEMALLOC_INCLUDE_DIR="" -DARROW_WITH_BROTLI -DARROW_WITH_BZ2 -DARROW_WITH_LZ4 -DARROW_WITH_RE2 -DARROW_WITH_SNAPPY -DARROW_WITH_TIMING_TESTS -DARROW_WITH_UTF8PROC -DARROW_WITH_ZLIB -DARROW_WITH_ZSTD -DGRPC_NAMESPACE_FOR_TLS_CREDENTIALS_OPTIONS=grpc::experimental -DGRPC_USE_TLS_CHANNEL_CREDENTIALS_OPTIONS -DGRPC_USE_TLS_CHANNEL_CREDENTIALS_OPTIONS_ROOT_CERTS -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DURI_STATIC_BUILD -DUTF8PROC_STATIC -isystem /arrow/cpp/thirdparty/flatbuffers/include -isystem boost_ep-prefix/src/boost_ep -isystem snappy_ep/src/snappy_ep-install/include -isystem brotli_ep/src/brotli_ep-install/include -isystem gflags_ep-prefix/src/gflags_ep/include -isystem thrift_ep-install/include -isystem protobuf_ep-install/include -isystem jemalloc_ep-prefix/src -isystem googletest _ep-prefix/include -isystem rapidjson_ep/src/rapidjson_ep-install/include -isystem xsimd_ep/src/xsimd_ep-install/include -isystem lz4_ep-prefix/include -isystem zstd_ep-install/include -isystem re2_ep-install/include -isystem bzip2_ep-install/include -isystem utf8proc_ep-install/include -isystem cares_ep-install/include -isystem grpc_ep-install/include -isystem /arrow/cpp/thirdparty/hadoop/include -isystem orc_ep-install/include -Isrc -I/arrow/cpp/src -I/arrow/cpp/src/generated -Wno-noexcept-type -fdiagnostics-color=always -O3 -DNDEBUG -Wall -fno-semantic-interposition -msse4.2 -O3 -DNDEBUG -fPIC -std=c++11 -MD -MT src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/client.cc.o -MF src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/client.cc.o.d -o src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/client.cc.o -c /arrow/cpp/src/arrow/flight/client.cc /arrow/cpp/src/arrow/flight/client.cc: In member function 'arrow::Result<std::unique_ptr<arrow::flight::FlightStreamReader> > arrow::flight::FlightClient::DoGet(const arrow::flight::FlightCallOptions&, const arrow::flight::Ticket&)': /arrow/cpp/src/arrow/flight/client.cc:618:10: error: could not convert 'stream_reader' from 'std::unique_ptr<arrow::flight::ClientStreamReader, std::default_delete<arrow::flight::ClientStreamReader> >' to 'arrow::Result<std::unique_ptr<arrow::flight::FlightStreamReader> >' return stream_reader; ^~~~~~~~~~~~~ ``` Could you confirm this? -- 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]
