-
Notifications
You must be signed in to change notification settings - Fork 182
chore(tpch): Create one folder for each scale_factor
#3427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dangotbanned
merged 16 commits into
tpch/refactor-cli
from
tpch/refactor-cli-sf-folders
Jan 31, 2026
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
78d9634
WIP: sf folders
FBruzzesi 8eb968e
merge head and solve conflicts
FBruzzesi 7de63ea
solve conflicts
FBruzzesi cb889c7
minor adjustments
FBruzzesi 84a87db
rm metadata
FBruzzesi b7fc4c5
Update `inputs` docstring
FBruzzesi e17f5e2
rm duplicated scale_factor_exists, add logging in pyest_configure if …
FBruzzesi 1e15604
rm duplicated scale_factor_exists, add logging in pyest_configure if …
FBruzzesi f60a79b
refactor: Add `constants.SCALE_FACTOR_DEFAULT`
dangotbanned fa6a553
refactor: Inline imports again
dangotbanned b3adca8
fix: Skip data generation once we're in a session
dangotbanned 92ef45a
refactor: Simp
dangotbanned 3cfc1ee
refactor: Use default from `addoption`
dangotbanned c4ad291
refactor: Use `scale_factor` fixture inside `query` fixture
dangotbanned 615d7fa
refactor: Center `generate_data` around a class (`TPCHGen`)
dangotbanned 19d412c
docs: Shrink doc
dangotbanned File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this an intentional change, or lost in the conflicts?
In (134875f) I switched to
constantsso that the imports didn't take up so many lines 😢There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I see! Sorry feel free to revert it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll keep it for now, this next branch has waaaay more of a negative diff 😄
tpch/refactor-cli-sf-folders...tpch/refactor-cli-choices