You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose bulk ingest in flight sql client and server (#6201)
* Expose CommandStatementIngest as pub in sql module
* Add do_put_statement_ingest to FlightSqlService
Dispatch this handler for the new CommandStatementIngest command.
* Sort list
* Implement stub do_put_statement_ingest in example
* Refactor helper functions into tests/common/utils
* Implement execute_ingest for flight sql client
I referenced the C++ implementation here: apache/arrow@0d1ea5d
* Add integration test for sql client execute_ingest
* Fix lint clippy::new_without_default
* Allow streaming ingest for FlightClient::execute_ingest
* Properly return client errors
---------
Co-authored-by: Andrew Lamb <[email protected]>
0 commit comments