-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10818
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.
Metadata
Metadata
Assignees
Labels
No labels