Skip to content

Commit 941001a

Browse files
committed
Update proto with proposed protocol change
1 parent dae900d commit 941001a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arrow-format/FlightSql.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,6 +1550,11 @@ message ActionCreatePreparedStatementResult {
15501550
// If the query provided contained parameters, parameter_schema contains the
15511551
// schema of the expected parameters. It should be an IPC-encapsulated Schema, as described in Schema.fbs.
15521552
bytes parameter_schema = 3;
1553+
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.
1557+
optional bool is_update = 4;
15531558
}
15541559

15551560
/*

0 commit comments

Comments
 (0)