Cetra Free created AVRO-3747:
--------------------------------
Summary: Set `is_human_readable` to `false` for serde serialization
Key: AVRO-3747
URL: https://issues.apache.org/jira/browse/AVRO-3747
Project: Apache Avro
Issue Type: Bug
Components: rust
Reporter: Cetra Free
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)