You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2022/05/31 05:44:00 UTC

[jira] [Resolved] (AVRO-3526) Rust: Improve resolving Bytes and Fixed from string

     [ https://issues.apache.org/jira/browse/AVRO-3526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Tzvetanov Grigorov resolved AVRO-3526.
---------------------------------------------
    Fix Version/s: 1.11.1
                   1.12.0
       Resolution: Fixed

> Rust: Improve resolving Bytes and Fixed from string
> ---------------------------------------------------
>
>                 Key: AVRO-3526
>                 URL: https://issues.apache.org/jira/browse/AVRO-3526
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: rust
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.11.1, 1.12.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Resolve TODOs from [https://github.com/flavray/avro-rs/issues/96:]
>  
> {code:java}
> // TODO: (#96) investigate why this is failing
> //(r#""bytes""#, r#""\u00FF\u00FF""#, Value::Bytes(vec![0xff, 0xff])), {code}
> and
> {code:java}
> // TODO: (#96) investigate why this is failing
> //(r#"{"type": "fixed", "name": "F", "size": 2}"#, r#""\u00FF\u00FF""#, Value::Bytes(vec![0xff, 0xff])), {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)