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

ASF GitHub Bot updated AVRO-3526:
---------------------------------
    Labels: pull-request-available  (was: )

> 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
>          Time Spent: 10m
>  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)

Reply via email to