alamb commented on code in PR #6026:
URL: https://github.com/apache/arrow-rs/pull/6026#discussion_r1673902844
##########
arrow-flight/src/sql/client.rs:
##########
@@ -399,6 +403,54 @@ impl FlightSqlServiceClient<Channel> {
))
}
+ /// Request to begin a transaction.
+ pub async fn begin_transaction(&mut self) -> Result<Bytes, ArrowError> {
Review Comment:
I was wondering if there were any parameters that should be passed to this
function, but I see the underlying message doesn't have any either so this
makes sense to me
--
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]