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

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

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

AVRO-3634: Implement AvroSchemaComponent for bool (#1906)

* AVRO-3634: Add a test for deriving a schema for boolean field

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

* AVRO-3634: Define AvroSchemaComponent for bool

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit 3c4f5adccffd894c106e81132f39d96cab4c20b3)


> 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
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Trivial
>              Labels: easyfix, pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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