Martin Tzvetanov Grigorov created AVRO-3899:
-----------------------------------------------
Summary: [Rust] Invalid logical types should be ignored and
treated as the underlying type
Key: AVRO-3899
URL: https://issues.apache.org/jira/browse/AVRO-3899
Project: Apache Avro
Issue Type: Bug
Components: rust
Affects Versions: 1.11.3
Reporter: Martin Tzvetanov Grigorov
Assignee: Martin Tzvetanov Grigorov
According to the
[spec|https://avro.apache.org/docs/1.11.1/specification/#logical-types]:
{code:java}
If a logical type is invalid, for example a decimal with scale greater than its
precision, then implementations should ignore the logical type and use the
underlying Avro type.{code}
Currently if a decimal schema has scale bigger than the precision the Avro SDK
would return an error.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)