-
Notifications
You must be signed in to change notification settings - Fork 3.8k
GH-46652: [Python][Docs] Update language for row_group_size parameter #46653
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
GH-46652: [Python][Docs] Update language for row_group_size parameter #46653
Conversation
|
|
I think the two current CI failures are unrelated. |
|
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 think this is a good change — it helps avoid confusion, which I also struggled with.
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.
Agreed with @AlenkaF !
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 832bfa1. There were 72 benchmark results with an error:
There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 42 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
The docstrings for row_group_size could be clearer both in terms of (1) whether the value is rows instead of byte size and (2) use of unit prefixes. See #46652.
My idea here was that just saying "64 * 1024 * 1024" is probably more easily understood than using Mi (mebi). The existing text may be just fine so I'm happy to close this if others like how it reads now.
What changes are included in this PR?
, default None
to docstring for top-levelwrite_table
Are these changes tested?
No.
Are there any user-facing changes?
No.