-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
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.
Reporter: Mike Seddon / @seddonm1
Assignee: Patsura Dmitry / @ovr
Subtasks:
PRs and other links:
Note: This issue was originally created as ARROW-10818. Please see the migration documentation for further details.