You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Tim Perkins (Jira)" <ji...@apache.org> on 2021/02/06 20:43:00 UTC

[jira] [Created] (AVRO-3036) add schema matching for bytes decimal logical type in Ruby

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)