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

Martin Tzvetanov Grigorov commented on AVRO-3634:
-------------------------------------------------

!https://abs.twimg.com/emoji/v2/72x72/1f383.png|align=start! : What's the 
scariest kind of data?

!https://abs.twimg.com/emoji/v2/72x72/1f47b.png|align=start! : A Boo-lean!

!https://abs.twimg.com/emoji/v2/72x72/1f9db-1f3fb-200d-2640-fe0f.png|align=start!
 : It's funny 'cause it's 'True'

 

There is a Boolean schema type:

[https://github.com/apache/avro/blob/fa9ff6fb6cb0329382a51d8187831822a0739a12/lang/rust/avro/src/schema.rs#L76]

What is the issue ?

> Implement schema for missing types
> ----------------------------------
>
>                 Key: AVRO-3634
>                 URL: https://issues.apache.org/jira/browse/AVRO-3634
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: rust
>    Affects Versions: 1.11.1
>            Reporter: Jimmy Pramosi
>            Priority: Trivial
>              Labels: easyfix
>
> Hello,
> I would like to suggest to implement a schema for the type 'bool' and maybe 
> 'u64'.
> The change is pretty trivial and involves adding
> {code:java}
> impl_schema!(bool, Schema::Boolean);
> impl_schema!(u64, Schema::Long);{code}
> to
> [https://github.com/apache/avro/blob/63c58f3b29d20ba94a6c68d9e4c09816d448bf34/lang/rust/avro/src/schema.rs#L1830]
>  
> Best Regards,
> Jimmy



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to