[
https://issues.apache.org/jira/browse/AVRO-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Perkins resolved AVRO-3036.
-------------------------------
Fix Version/s: 1.11.0
Release Note:
- Added schema matching for decimal logical types in Ruby implementation.
- Added schema support for fixed decimal logical types in Ruby implementation.
Encoding/decoding is not yet implement for fixed decimal logical types.
Resolution: Fixed
> add schema matching for bytes decimal logical type in Ruby
> ----------------------------------------------------------
>
> Key: AVRO-3036
> URL: https://issues.apache.org/jira/browse/AVRO-3036
> Project: Apache Avro
> Issue Type: Improvement
> Components: ruby
> Affects Versions: 1.10.1
> Reporter: Tim Perkins
> Assignee: Tim Perkins
> Priority: Minor
> Fix For: 1.11.0
>
>
> The Avro specification contains the following line:
> {quote}For the purposes of schema resolution, two schemas that are decimal
> logical types _match_ if their scales and precisions match.
> {quote}
> The Avro Ruby implementation only parses decimal logical types using a bytes
> schema.
> The need for matching support for bytes decimal logical types in Ruby was
> identified here: https://github.com/apache/avro/pull/918
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)