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.
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
Add parameters to control row group size in Parquet writer #9677
Add parameters to control row group size in Parquet writer #9677
Changes from 15 commits
7944d9a
eb9610d
d67f5bf
0e16b42
c3a3420
e3ae909
eff9cbd
8699174
40f3827
5c2c59b
7462241
9b4fc67
61d4e6a
2404be8
cbc8ecd
de502cf
a9e04f7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 remember a while back, @codereport and @jrhemstad had a long discussion on whether
get
prefix should be used or not and the outcome is that no prefix is more readable IIRC.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.
That's true in general. However, we made a conscious decision to use
get_
prefix for the_options
classes. I'm unable to find the discussion that led to this (perhaps Jake had the discussion with Conor later on).We can choose to remove the prefix, but it should be done for all options. Either way, I prefer to keep the API consistent, so I'm adding these options with the prefix.