zeroshade commented on code in PR #13492:
URL: https://github.com/apache/arrow/pull/13492#discussion_r953852701
##########
format/FlightSql.proto:
##########
@@ -1475,6 +1577,35 @@ message CommandStatementQuery {
// The SQL syntax.
string query = 1;
+ // Include the query as part of this transaction (if unset, the query is
auto-committed).
+ bytes transaction_id = 2;
Review Comment:
technically, by definition in proto3 all fields are optional and it's
unnecessary to explicitly mark any as such.
--
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]