[
https://issues.apache.org/jira/browse/AVRO-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Izvekov updated AVRO-3521:
-------------------------------
Description:
>From [https://avro.apache.org/docs/current/spec.html:]
- scale, a JSON integer representing the scale (optional). If not specified
the scale is 0.
In the "datafile.py" scale greater than or *equal* to 0 0, but "DatumReader"
and "DatumWriter" reads/writes values greater than 0 (not equal 0).
was:
>From [https://avro.apache.org/docs/current/spec.html:]
- scale, a JSON integer representing the scale (optional). If not specified
the scale is 0.
In the "datafile.py" scale more or *equal* 0, but "DatumReader" and
"DatumWriter" reads/writes values more 0 (not equal 0).
> "Scale" property from decimal object
> ------------------------------------
>
> Key: AVRO-3521
> URL: https://issues.apache.org/jira/browse/AVRO-3521
> Project: Apache Avro
> Issue Type: Bug
> Components: python
> Affects Versions: 1.10.2
> Reporter: Igor Izvekov
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> From [https://avro.apache.org/docs/current/spec.html:]
> - scale, a JSON integer representing the scale (optional). If not
> specified the scale is 0.
> In the "datafile.py" scale greater than or *equal* to 0 0, but "DatumReader"
> and "DatumWriter" reads/writes values greater than 0 (not equal 0).
--
This message was sent by Atlassian Jira
(v8.20.7#820007)