-
Notifications
You must be signed in to change notification settings - Fork 16.6k
chore: bump pyarrow and pandas #12882
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
Merged
villebro
merged 2 commits into
apache:master
from
preset-io:villebro/bump-pyarrow-pandas
Mar 2, 2021
Merged
chore: bump pyarrow and pandas #12882
villebro
merged 2 commits into
apache:master
from
preset-io:villebro/bump-pyarrow-pandas
Mar 2, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a75deef to
42fc906
Compare
Codecov Report
@@ Coverage Diff @@
## master #12882 +/- ##
==========================================
- Coverage 77.25% 71.69% -5.56%
==========================================
Files 899 802 -97
Lines 45541 40604 -4937
Branches 5461 4147 -1314
==========================================
- Hits 35183 29113 -6070
- Misses 10231 11491 +1260
+ Partials 127 0 -127
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
42fc906 to
df99651
Compare
df99651 to
a73551a
Compare
2a26978 to
d602759
Compare
d602759 to
63ac3ca
Compare
63ac3ca to
ab6639e
Compare
robdiciuccio
approved these changes
Mar 2, 2021
betodealmeida
pushed a commit
to betodealmeida/incubator-superset
that referenced
this pull request
Mar 19, 2021
* bump pyarrow and pandas * remove df copy
cccs-rc
pushed a commit
to CybercentreCanada/superset
that referenced
this pull request
Mar 6, 2024
* bump pyarrow and pandas * remove df copy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
SUMMARY
This bumps PyArrow and Pandas to their respective latest versions (from 1.0.1 to 3.0.0 and 1.1.5 to 1.2.2 respectively). Also changes
normalize_dttm_colto do in-place mutation of DataFrames to avoid unnecessary performance hit.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION