[
https://issues.apache.org/jira/browse/AVRO-3507?focusedWorklogId=767717&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-767717
]
ASF GitHub Bot logged work on AVRO-3507:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/May/22 20:44
Start Date: 08/May/22 20:44
Worklog Time Spent: 10m
Work Description: jklamer commented on code in PR #1681:
URL: https://github.com/apache/avro/pull/1681#discussion_r867539837
##########
lang/rust/avro/examples/test_interop_single_object_encoding.rs:
##########
@@ -58,3 +63,15 @@ fn main() {
.expect("Should encode");
assert_eq!(file_message, generated_encoding)
}
+
+fn test_read() {
+ let file_message = std::fs::read(format!("{}/test_message.bin",
RESOURCES_FOLDER))
Review Comment:
just kidding, I can use a reference for test write
Issue Time Tracking
-------------------
Worklog Id: (was: 767717)
Time Spent: 40m (was: 0.5h)
> [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: 40m
> 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)