-
Notifications
You must be signed in to change notification settings - Fork 120
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
SNOW-1018660: use split_blocks=True by default #1234
SNOW-1018660: use split_blocks=True by default #1234
Conversation
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.
would this impact user/do we need changelog for this?
I forgot to push the changelog. Updated now |
CHANGELOG.md
Outdated
@@ -3,14 +3,13 @@ | |||
## 1.13.0 (TBD) | |||
|
|||
### New Features | |||
|
|||
- Use `split_blocks=True` by default during `to_pandas` conversion for optimal memory allocation. |
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.
Better tell people what this parameter is about. Most users don't know what it is.
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.
added more details
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #SNOW-1018660
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Setting
split_blocks=True
until we get a resolution for default case. This also aligs with the recommendation from pyarrow maintainers.