Jokser opened a new issue, #36841:
URL: https://github.com/apache/arrow/issues/36841

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   Hi everybody,
   
   I have a clarifying question regarding batches order in 
arrow::flight::FlightMessageReader.
   If a client sends batches to a server using one DoPut stream, does it 
guaranteed that the server will receive batches in the same order that the 
client sends it?
   According to the documentation ArrowFlight uses gRPC stream for that case 
and gRPC documentation says that the message order is preserved, but I just 
want to be sure that ArrowFlight doesn't break anything.
   
   
   ### Component(s)
   
   FlightRPC


-- 
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]

Reply via email to