Skip to content

Commit d1f683b

Browse files
committed
Add docs for new field
1 parent f831840 commit d1f683b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arrow-format/FlightSql.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,6 +1551,9 @@ message ActionCreatePreparedStatementResult {
15511551
// schema of the expected parameters. It should be an IPC-encapsulated Schema, as described in Schema.fbs.
15521552
bytes parameter_schema = 3;
15531553

1554+
// When set to true, the query should be executed with CommandPreparedStatementUpdate,
1555+
// when set to false, the query should be executed with CommandPreparedStatementQuery.
1556+
// If not set, the client can choose how to execute the query.
15541557
optional bool is_update = 4;
15551558
}
15561559

0 commit comments

Comments
 (0)