You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/05/27 04:15:37 UTC

[GitHub] [arrow] kiszk commented on a change in pull request #7277: ARROW-8957: [FlightRPC][C++] directly use IpcWriteOptions

kiszk commented on a change in pull request #7277:
URL: https://github.com/apache/arrow/pull/7277#discussion_r430847155



##########
File path: cpp/src/arrow/flight/server.cc
##########
@@ -352,7 +352,7 @@ class DoExchangeMessageWriter : public FlightMessageWriter {
   }
 
   grpc::ServerReaderWriter<pb::FlightData, pb::FlightData>* stream_;
-  ipc::IpcOptions ipc_options_;
+  ::arrow::ipc::IpcOptions ipc_options_;

Review comment:
       This change seems to break the build on s390x, as shown in https://travis-ci.org/github/apache/arrow/jobs/691574657




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org