Tim Perkins created AVRO-3036:
---------------------------------
Summary: 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
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)