-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C#] TotalBytes and TotalRecords not being serialized by C# flight library #35267
Labels
Milestone
Comments
westonpace
pushed a commit
that referenced
this issue
May 5, 2023
…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>
liujiacheng777
pushed a commit
to LoongArch-Python/arrow
that referenced
this issue
May 11, 2023
…nfo (apache#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: apache#35267 Authored-by: Jeremy Osterhoudt <jeremy.osterhoudt@ge.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>
ArgusLi
pushed a commit
to Bit-Quill/arrow
that referenced
this issue
May 15, 2023
…nfo (apache#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: apache#35267 Authored-by: Jeremy Osterhoudt <jeremy.osterhoudt@ge.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>
rtpsw
pushed a commit
to rtpsw/arrow
that referenced
this issue
May 16, 2023
…nfo (apache#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: apache#35267 Authored-by: Jeremy Osterhoudt <jeremy.osterhoudt@ge.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
When converting from C# object to proto object the implementation forgot to set these properties.
Component(s)
C#
The text was updated successfully, but these errors were encountered: