-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check deserializer ignores declaration order
Summary: Verify that deserialize won't fail if field declaration order changes. Try two cases: - thrift-py3 -> thrift-python migration: imagine we save serialized py3 data in a DB then deserialize it later in thrift-python - thrift-python field order change: imagine we switch from id-key order to declaration order Reviewed By: yoney Differential Revision: D61406211 fbshipit-source-id: 51b3b47952b6321a59a8c561ca05fbfd6a738b2a
- Loading branch information
1 parent
1766eba
commit 952a4a9
Showing
2 changed files
with
71 additions
and
0 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