alamb commented on code in PR #38385:
URL: https://github.com/apache/arrow/pull/38385#discussion_r1554551781
##########
docs/source/format/FlightSql.rst:
##########
@@ -149,6 +149,12 @@ the ``type`` should be ``ClosePreparedStatement``).
When used with DoPut: execute the query and return the number of
affected rows.
+``CommandStatementIngest``
+ Execute a bulk ingestion.
+
+ When used with DoPut: load the stream of Arrow record batches into
+ the specified target table and return the number of rows ingested.
Review Comment:
```suggestion
the specified target table and return the number of rows ingested
via a `DoPutUpdateResult` message.
```
--
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]