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/30 08:29:00 UTC

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

Martin Tzvetanov Grigorov created AVRO-3526:
-----------------------------------------------

             Summary: 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


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)