Ulimo commented on pull request #10906:
URL: https://github.com/apache/arrow/pull/10906#issuecomment-920142869
Just an idea:
```
message SqlParameters {
// Contains a record batch
bytes data_header = 2;
bytes data_body = 1000;
}
message CommandStatementQuery {
option (experimental) = true;
// The SQL syntax.
string query = 1;
SqlParameters parameters = 2;
}
```
Then it would be the same endpoint still to get flight info. Not sure if
parameters would ever require a stream?
--
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]