forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-36975: [C++][FlightRPC] Skip unknown fields, don't crash (ap…
…ache#36979) ### Rationale for this change We should skip unknown fields instead of crashing, for forwards compatibility. ### What changes are included in this PR? Skip unknown fields in the FlightData deserializer. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#36975 Authored-by: David Li <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information
Showing
2 changed files
with
54 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters