You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2023/05/10 11:35:00 UTC

[jira] [Updated] (AVRO-3747) Set `is_human_readable` to `false` for serde [de]serialization

     [ https://issues.apache.org/jira/browse/AVRO-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Tzvetanov Grigorov updated AVRO-3747:
--------------------------------------------
    Summary: Set `is_human_readable` to `false` for serde [de]serialization  (was: Set `is_human_readable` to `false` for serde serialization)

> Set `is_human_readable` to `false` for serde [de]serialization
> --------------------------------------------------------------
>
>                 Key: AVRO-3747
>                 URL: https://issues.apache.org/jira/browse/AVRO-3747
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: rust
>            Reporter: Cetra Free
>            Priority: Trivial
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Serde's `Serializer` trait has a type hint for dictating when a format will be "human readable" or not.   This allows implementers of the `Serialize` trait to define whether they want a compact representation of data.
> I need this change so that I can ensure timestamps are either rfc 3389 string or millisecond integers depending on type.



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