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)

Reply via email to