[
https://issues.apache.org/jira/browse/AVRO-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788659#comment-17788659
]
ASF subversion and git services commented on AVRO-3779:
-------------------------------------------------------
Commit 1a4fd6287cd7e67e5357ab5f0a38c2a9bdf86628 in avro's branch
refs/heads/branch-1.11 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=1a4fd6287 ]
AVRO-3779: [Rust] Fully specify the dependency to bigdecimal crate (#2595)
AVRO-3779: Simplify the schema to test only BigDecimal
Depend on full version and enable only the `std` feature
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit c23c68bd4bfa2f34c9053d93c2160fe3dd6f7f23)
> Any big decimal conversion
> --------------------------
>
> Key: AVRO-3779
> URL: https://issues.apache.org/jira/browse/AVRO-3779
> Project: Apache Avro
> Issue Type: Improvement
> Reporter: Christophe Le Saec
> Assignee: Christophe Le Saec
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.12.0, 1.11.4
>
> Time Spent: 8h 50m
> Remaining Estimate: 0h
>
> Current big decimal conversion needs to have predetermine precision and
> scale; which is fine when values doesn't varies too much ... but scratch
> otherwise.
> The idea is to build a binary Big Decimal conversion that extract precision &
> scale from the value itself.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)