-
Notifications
You must be signed in to change notification settings - Fork 10
Add memory-size partitioning to from_dataframe; change partition size params to partition_rows and partition_bytes
#1181
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 memory-size partitioning to from_dataframe; change partition size params to partition_rows and partition_bytes
#1181
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1181 +/- ##
==========================================
+ Coverage 96.66% 96.67% +0.01%
==========================================
Files 44 44
Lines 2786 2801 +15
==========================================
+ Hits 2693 2708 +15
Misses 93 93 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Some benchmarks failed or their performance regressed significantly. |
Some benchmarks failed or their performance regressed significantly. |
delucchi-cmu
left a comment
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.
Check out benchmark time_save_big_catalog
Some benchmarks failed or their performance regressed significantly. |
Click here to view all benchmarks. |
Closes #957