Support DoPutStatementIngest from Arrow Flight SQL 17.0 #6124
Labels
arrow
Changes to the arrow crate
arrow-flight
Changes to the arrow-flight crate
enhancement
Any new improvement worthy of a entry in the changelog
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I have a Flight server that I'm working to cut over to Flight SQL. The bulk ingest (equivalent of
do_put
) has been a challenge.Describe the solution you'd like
I noticed that the current stable version of the Flight SQL protobuf definition (17.0) defines a new
CommandStatementIngest
that looks like it would do exactly what I need to do.I believe we would need to
FlightSqlService
trait:do_put_statement_ingest
CommandStatementIngest
Describe alternatives you've considered
Additional context
I'm happy to work on a patch but I'm not sure if this would need to be part of a bigger update to fully support Flight SQL 17.0. I haven't done a diff of the specs to understand all the changes.
The text was updated successfully, but these errors were encountered: