Floats in TPC-DS data

Open
#32 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
55/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
python

Research direction

Inspect how the TPC-DS data schemas are generated or converted, then trace where integer columns become double for DataFusion. Done means the benchmark preserves the original integer types and no longer presents them as floating-point data.

Written by the indexing model from the issue text.

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.

Dominant language
Python
Stars
23
Forks
19
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/datafusion-benchmarks

All issues in apache/datafusion-benchmarks

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.