[ 
https://issues.apache.org/jira/browse/AVRO-3526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544137#comment-17544137
 ] 

ASF subversion and git services commented on AVRO-3526:
-------------------------------------------------------

Commit 29cd96ac06ec4a83af8de2725ad875b29557d28c in avro's branch 
refs/heads/branch-1.11 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=29cd96ac0 ]

AVRO-3526: RUST: Improve schema resolution related to byte types (#1706)

* Remove obsolete TODO in Rust code

It has been addressed 2 years ago with 
https://github.com/flavray/avro-rs/pull/146/files#diff-cfb402317f9a1267396cd28c72ab83f4236dca6ebbf2f87ed850f2b82da5862dR385

Signed-off-by: Martin Tzvetanov Grigorov <mgrigo...@apache.org>

* AVRO-3526: Rust: Improve resolving Bytes and Fixed from string

Unicode related documentation: 
https://en.wikipedia.org/wiki/UTF-8#Invalid_sequences_and_error_handling

Signed-off-by: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
(cherry picked from commit 9738a759f01e267772092c2299d8f0d7047942a8)


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

Reply via email to