apache / apache/datafusion-benchmarks
Floats in TPC-DS data
Open
- Dominant language
- Python
- Stars
- 23
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Integer columns have `double` type in TPC-DS.
This leads to some planning weirdness in DataFusion, as it can not estimate cardinality based on float datatypes.
We should keep the original types.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.