You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2021/04/26 13:24:02 UTC

[jira] [Commented] (ARROW-10818) [Rust] [DataFusion] Implement DECIMAL type

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

Andrew Lamb commented on ARROW-10818:
-------------------------------------

Migrated to github: https://github.com/apache/arrow-datafusion/issues/122

> [Rust] [DataFusion] Implement DECIMAL type
> ------------------------------------------
>
>                 Key: ARROW-10818
>                 URL: https://issues.apache.org/jira/browse/ARROW-10818
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust - DataFusion
>            Reporter: Mike Seddon
>            Assignee: Patsura Dmitry
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 7h 20m
>  Remaining Estimate: 0h
>
> The TPC-H benchmarks correctly specify that all MONEY columns are DECIMAL type (precision and scale are not specified). We currently use `DataType::Float64` which is much lighter than a true Decimal type.
> To be a valid benchmark we need to ensure we support the same precision as the reference implementation.



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