SendData should be an implementation of Arrow Flight's DoPut function.
It should take input from a file, and send the data to a flight server, which is then processed by the server, returning a PutResult.
The first message of the function should be a FlightDescriptor.
More information can be found here: https://arrow.apache.org/docs/format/Flight.html
Issue originally raised by Aidan Kovacic.
SendData should be an implementation of Arrow Flight's DoPut function.
It should take input from a file, and send the data to a flight server, which is then processed by the server, returning a PutResult.
The first message of the function should be a FlightDescriptor.
More information can be found here: https://arrow.apache.org/docs/format/Flight.html
Issue originally raised by Aidan Kovacic.