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:04:52 UTC

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

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



##########
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 needs to also be IpcWriteOptions. Try building with `-DARROW_NO_DEPRECATED_API=ON`




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