lidavidm commented on code in PR #34817:
URL: https://github.com/apache/arrow/pull/34817#discussion_r1170655313
##########
cpp/src/arrow/flight/sql/server.cc:
##########
@@ -1072,6 +1260,18 @@ Status FlightSqlServerBase::EndTransaction(const
ServerCallContext& context,
return Status::NotImplemented("EndTransaction not implemented");
}
+arrow::Result<ActionSetSessionOptionsResult>
FlightSqlServerBase::SetSessionOptions (
+ const ServerCallContext& context,
+ const ActionSetSessionOptionsRequest& request) {
+ return Status::NotImplemented("SetSessionOptions not implemented");
+}
Review Comment:
Ok, thanks. As it stands it seems we really do need the middleware for this
to make any sense.
--
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]