Skip to content

Commit

Permalink
DX-61034: Arrow changes from apacheGH-34865 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelorddremio committed Jan 24, 2024
1 parent 1fe109b commit 872a644
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cpp/src/arrow/flight/sql/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -831,11 +831,6 @@ Status FlightSqlServerBase::DoAction(const ServerCallContext& context,
ARROW_ASSIGN_OR_RAISE(ActionEndTransactionRequest internal_command,
ParseActionEndTransactionRequest(any));
ARROW_RETURN_NOT_OK(EndTransaction(context, internal_command));
} else if (action.type == FlightSqlServerBase::kCloseSessionActionType.type) {
ARROW_ASSIGN_OR_RAISE(ActionCloseSessionRequest internal_command,
ParseActionCloseSessionRequest(any));
ARROW_ASSIGN_OR_RAISE(CloseSessionResult result, CloseSession(context, internal_command));
ARROW_ASSIGN_OR_RAISE(Result packed_result, PackActionResult(std::move(result)));
} else if (action.type == ActionType::kSetSessionOptions.type) {
std::string_view body(*action.body);
ARROW_ASSIGN_OR_RAISE(auto request, SetSessionOptionsRequest::Deserialize(body));
Expand Down

0 comments on commit 872a644

Please sign in to comment.