You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/05/15 14:44:00 UTC

[jira] [Commented] (AVRO-3054) Logical decimal types do not serialize properly in ruby

    [ https://issues.apache.org/jira/browse/AVRO-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17345056#comment-17345056 ] 

ASF subversion and git services commented on AVRO-3054:
-------------------------------------------------------

Commit df51e78752030c5ac929bd9adbb6fe1739a28485 in avro's branch refs/heads/master from Andrew Thauer
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=df51e78 ]

AVRO-3054: Fix / support decimal logical type in Ruby (#1102)

Co-authored-by: Johannes Vetter <jo...@art19.com>
Co-authored-by: Keith Gable <ke...@art19.com>

> Logical decimal types do not serialize properly in ruby
> -------------------------------------------------------
>
>                 Key: AVRO-3054
>                 URL: https://issues.apache.org/jira/browse/AVRO-3054
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: ruby
>            Reporter: Andrew Thauer
>            Assignee: Tim Perkins
>            Priority: Major
>
> BigDecimal handling in the avro ruby gem is not working properly. When a field is encoded with the logicalType decimal, the resulting value ends up being encoded bytes. The issue [AVRO-2677|https://github.com/apache/avro/pull/918] attempted to fix this but doesn't fully work.
> There is an [Open PR|https://github.com/apache/avro/pull/918/] that fixes addresses the existing problem, but references the closed issue [AVRO-2677|https://github.com/apache/avro/pull/918]. This issues is meant to track fixing the fully issue.
> Also related:
>  * [https://github.com/apache/avro/pull/1082]
>  * https://issues.apache.org/jira/browse/AVRO-3036



--
This message was sent by Atlassian Jira
(v8.3.4#803005)