[
https://issues.apache.org/jira/browse/AVRO-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533771#comment-17533771
]
ASF subversion and git services commented on AVRO-3507:
-------------------------------------------------------
Commit 2f17464908194b7c6b76bd04cca20b107ed4d075 in avro's branch
refs/heads/branch-1.11 from Jack Klamer
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=2f1746490 ]
[AVRO-3507] Implement Single Object reader (#1681)
* Readers
* unit tested
* interop tested
* Update lang/rust/avro/src/reader.rs
Co-authored-by: Martin Grigorov <[email protected]>
* Apply suggestions from code review
Co-authored-by: Martin Grigorov <[email protected]>
* one read for interop+ error message
* AVRO-3507: Improve an error message in a unit test
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
* AVRO-3507: Better variable names and error messages
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
* AVRO-3507: Fix Clippy 1.51 errors
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Co-authored-by: Martin Grigorov <[email protected]>
Co-authored-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit 41fbaa8e9443bebc276dc8f2d056a155f47bf0c8)
> [rust] Implement Single Object Reader
> -------------------------------------
>
> Key: AVRO-3507
> URL: https://issues.apache.org/jira/browse/AVRO-3507
> Project: Apache Avro
> Issue Type: New Feature
> Reporter: Jack Klamer
> Assignee: Jack Klamer
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The spec contains a definition for Single object Encoding:
> https://avro.apache.org/docs/current/spec.html#single_object_encoding
> Rust should have a compatible reader
--
This message was sent by Atlassian Jira
(v8.20.7#820007)