lyndonb-bq commented on a change in pull request #8724:
URL: https://github.com/apache/arrow/pull/8724#discussion_r527982262
##########
File path: cpp/src/arrow/flight/client.h
##########
@@ -65,6 +65,9 @@ class ARROW_FLIGHT_EXPORT FlightCallOptions {
/// \brief IPC writer options, if applicable for the call.
ipc::IpcWriteOptions write_options;
+
+ /// \brief Metadata for client to add to context.
+ std::vector<std::pair<std::string, std::string>> metadata;
Review comment:
Will correct 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.
For queries about this service, please contact Infrastructure at:
[email protected]