alamb opened a new pull request, #4294:
URL: https://github.com/apache/arrow-rs/pull/4294

   
   
   # Which issue does this PR close?
   Closes  https://github.com/apache/arrow-rs/issues/4281
   
   # Rationale for this change
    
   It is a PITA to create `FlightInfo` as described on 
https://github.com/apache/arrow-rs/issues/4281
   
   As I was working on the code and examples, I realized it was a pain to 
create all the other types as well
   
   
   
   # What changes are included in this PR?
   
   Add Builder style APIs and docs for `FlightData`,` FlightInfo`, 
`FlightEndpoint`, `Locaation` and `Ticket`
   
   Since these are all `prost` generated stucts anyways all the fields are 
`pub` so I figured simply making it easier to modify them would be good
   
   I changed the signatures of `FlightInfo::new()` and `FlightData::new()` as 
the existing functions are not very useful, which I will explain inline


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