Curricane commented on issue #1012: URL: https://github.com/apache/datafusion-ballista/issues/1012#issuecomment-2084600776
https://arrow.apache.org/docs/format/Flight.html#downloading-data ``` Consume each endpoint returned by the server. To consume an endpoint, the client should connect to one of the locations in the endpoint, then call DoGet(Ticket) with the ticket in the endpoint. This will give the client a stream of Arrow record batches. If the server wishes to indicate that the data is on the local server and not a different location, then it can return an empty list of locations ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
