forked from apache/avro
-
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.
AVRO-3892: [Rust] Support to resolve fixed from bytes and deserialize…
… bytes in deserialize_any (apache#2567) * support to resolve fixed from bytes * support to deserialize bytes, fixed, decimal. * fix clippy * AVRO-3892: Rename test method Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * AVRO-3892: [Rust] Add unit tests for deserializing &str/String from Value::Bytes The tests are not really related to AVRO-3892. They do not cover the new changes in deserialize_any() Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * add unit test for deserialize bytes from decimal and uuid * add more test --------- Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> Co-authored-by: ZENOTME <st810918843@gmail.com> Co-authored-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
- Loading branch information
1 parent
660e66e
commit 51f1e90
Showing
5 changed files
with
158 additions
and
6 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
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
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