[BEAM-12593] Verify DataFrame API on pandas 1.3.0#15165
[BEAM-12593] Verify DataFrame API on pandas 1.3.0#15165pabloem merged 4 commits intoapache:masterfrom
Conversation
b771712 to
f7b6574
Compare
|
This is a continuation from #15008 |
Codecov Report
@@ Coverage Diff @@
## master #15165 +/- ##
==========================================
+ Coverage 83.86% 83.89% +0.03%
==========================================
Files 441 441
Lines 59724 60472 +748
==========================================
+ Hits 50086 50735 +649
- Misses 9638 9737 +99
Continue to review full report at Codecov.
|
aaltay
left a comment
There was a problem hiding this comment.
LGTM.
There is one open comment and failing tests. Could you ping me once those are resolved?
4a4ceb7 to
f1b88ae
Compare
|
Run Python_PVR_Flink PreCommit |
f1b88ae to
98cee78
Compare
|
Run Python PreCommit |
|
Thank you. Ping me or any other committer to merge once tests pass. |
98cee78 to
86ca490
Compare
|
Run Python PreCommit |
6 similar comments
|
Run Python PreCommit |
|
Run Python PreCommit |
|
Run Python PreCommit |
|
Run Python PreCommit |
|
Run Python PreCommit |
|
Run Python PreCommit |
* Fills correct partitioning for fillna * Add version number to lib * Condition on incompatible version features * Due to BEAM-12495 value_counts with dropna=False does not work on frames * Added NotImplementedError when detecting BEAM-12495
86ca490 to
2ebdf65
Compare
|
Run Python PreCommit |
2 similar comments
|
Run Python PreCommit |
|
Run Python PreCommit |
|
Run Python PreCommit |
|
failures are from a test broken on master |
|
I believe merging this broke testing: https://issues.apache.org/jira/browse/BEAM-12764 |
…] Verify DataFrame API on pandas 1.3.0" This reverts commit faac725.
[BEAM-12764] Revert "Merge pull request #15165 from [BEAM-12593] Veri…
…I on pandas 1.3.0 * [BEAM-12593] Verify DataFrame API on pandas 1.3.0 * Fills correct partitioning for fillna * Add version number to lib * Condition on incompatible version features * Due to BEAM-12495 value_counts with dropna=False does not work on frames * Added NotImplementedError when detecting BEAM-12495 * fix insert/value_counts doc test * update Pandas doctests for groupby for 1.3.x Pandas * test dropna&normalize combinations Co-authored-by: Brian Hulette <[email protected]>
…e) (#15525) * Merge pull request #15165 from [BEAM-12593] Verify DataFrame API on pandas 1.3.0 * [BEAM-12593] Verify DataFrame API on pandas 1.3.0 * Fills correct partitioning for fillna * Add version number to lib * Condition on incompatible version features * Due to BEAM-12495 value_counts with dropna=False does not work on frames * Added NotImplementedError when detecting BEAM-12495 * fix insert/value_counts doc test * update Pandas doctests for groupby for 1.3.x Pandas * test dropna&normalize combinations Co-authored-by: Brian Hulette <[email protected]> * Upgrade to pandas==1.3.3 in Python container Co-authored-by: Sam sam <[email protected]>
…e) (apache#15525) * Merge pull request apache#15165 from [BEAM-12593] Verify DataFrame API on pandas 1.3.0 * [BEAM-12593] Verify DataFrame API on pandas 1.3.0 * Fills correct partitioning for fillna * Add version number to lib * Condition on incompatible version features * Due to BEAM-12495 value_counts with dropna=False does not work on frames * Added NotImplementedError when detecting BEAM-12495 * fix insert/value_counts doc test * update Pandas doctests for groupby for 1.3.x Pandas * test dropna&normalize combinations Co-authored-by: Brian Hulette <[email protected]> * Upgrade to pandas==1.3.3 in Python container Co-authored-by: Sam sam <[email protected]>
frames
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
ValidatesRunnercompliance status (on master branch)Examples testing status on various runners
Post-Commit SDK/Transform Integration Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.