Commits


jeremyosterhoudt authored and GitHub committed b43f4cd4ce2
GH-35267: [C#] Serialize TotalBytes and TotalRecords in FlightInfo (#35222) Currently the `TotalBytes` and `TotalRecords` properties are not serialized into the `FlightInfo` ProtoBuf for C#/.NET. This breaks compatibility with Arrow Flight implementation done in other languages (c++ for example). This PR adds the `TotalBytes` and `TotalRecords` properties to the protoBuf `FlightInfo` for the C# implementation. * Closes: #35267 Authored-by: Jeremy Osterhoudt <jeremy.osterhoudt@ge.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>