-
Notifications
You must be signed in to change notification settings - Fork 11
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
Stop running use_legacy_dataset=true
for wide-benchmark
#156
Conversation
["true"], | ||
["false"], | ||
) | ||
valid_cases = (["use_legacy_dataset"], ["false"]) | ||
|
||
def run(self, case=None, **kwargs): | ||
path = os.path.join(_sources.temp_dir, "wide.parquet") |
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.
A bit below, on line 36, you can remove the use_legacy_dataset=legacy
part.
We can keep the parametrization to preserve the history of the benchmark, but in the benchmark code itself we can now remove any usage of it (we will also deprecate/remove that keyword at some point, and then this is already ready for that)
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.
great idea!
["true"], | ||
["false"], | ||
) | ||
valid_cases = (["use_legacy_dataset"], ["false"]) |
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.
Maybe add a comment that this parameter is only kept for historical reasons, but is further ignored nowadays?
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.
done, thanks!
Pull Request Test Coverage Report for Build 7450409612
💛 - Coveralls |
See apache/arrow#39112