indigophox commented on code in PR #34817:
URL: https://github.com/apache/arrow/pull/34817#discussion_r1156267270
##########
cpp/src/arrow/flight/sql/client.h:
##########
@@ -329,6 +329,25 @@ class ARROW_FLIGHT_SQL_EXPORT FlightSqlClient {
/// \param[in] info The FlightInfo of the query to cancel.
::arrow::Result<CancelResult> CancelQuery(const FlightCallOptions& options,
const FlightInfo& info);
+
+ /// \brief Sets session options.
+ ///
+ /// \param[in] options RPC-layer hints for this call.
+ /// \param[in] session_options The session options to set.
+ ::arrow::Result<std::vector<SetSessionOptionResult>> SetSessionOptions(
Review Comment:
[see
[above](https://github.com/apache/arrow/pull/34817#pullrequestreview-1366808831)
for discussion]
--
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]