[
https://issues.apache.org/jira/browse/AVRO-3506?focusedWorklogId=765821&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-765821
]
ASF GitHub Bot logged work on AVRO-3506:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/May/22 04:53
Start Date: 04/May/22 04:53
Worklog Time Spent: 10m
Work Description: martin-g commented on code in PR #1672:
URL: https://github.com/apache/avro/pull/1672#discussion_r864455609
##########
lang/rust/build.sh:
##########
@@ -60,11 +60,13 @@ do
export RUST_LOG=apache_avro=debug
export RUST_BACKTRACE=1
cargo run --all-features --example generate_interop_data
+ cargo run --all-features --example generate_interop_data
Review Comment:
This should be `test_interop_message_data`. I will take care!
Issue Time Tracking
-------------------
Worklog Id: (was: 765821)
Time Spent: 2h 20m (was: 2h 10m)
> [rust] Implement Single Object Writer
> -------------------------------------
>
> Key: AVRO-3506
> URL: https://issues.apache.org/jira/browse/AVRO-3506
> Project: Apache Avro
> Issue Type: New Feature
> Reporter: Jack Klamer
> Assignee: Jack Klamer
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h 20m
> 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 writer
--
This message was sent by Atlassian Jira
(v8.20.7#820007)