Skip to content
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

[Java][FlightRPC] FlightData deserializer should accept missing fields #26885

Closed
asfimport opened this issue Dec 18, 2020 · 1 comment
Closed

Comments

@asfimport
Copy link
Collaborator

asfimport commented Dec 18, 2020

To be compatible with Protobuf implementations, missing fields should not be treated as an error. The C++ implementation has the same issue, and this is causing issues with the C# and Rust implementations (and presumably the Go implementation)

Reporter: David Li / @lidavidm
Assignee: David Li / @lidavidm

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-10962. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Liya Fan / @liyafan82:
Issue resolved by pull request 8963
#8963

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants