Skip to content
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

Remove internal series.append call from frames.py #28499

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

caneff
Copy link
Contributor

@caneff caneff commented Sep 18, 2023

Remove the one remaining Pandas append call for Pandas 2 compatability.

Partially fixes #27221

@caneff
Copy link
Contributor Author

caneff commented Sep 18, 2023

R: @tvalentyn

@caneff caneff force-pushed the remove_internal_append branch from 017f591 to b73bf43 Compare September 18, 2023 15:04
@github-actions
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@caneff caneff force-pushed the remove_internal_append branch from b73bf43 to dcea154 Compare September 18, 2023 15:26
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #28499 (dcea154) into master (603b517) will decrease coverage by 0.02%.
Report is 111 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master   #28499      +/-   ##
==========================================
- Coverage   72.34%   72.33%   -0.02%     
==========================================
  Files         682      683       +1     
  Lines      100536   100749     +213     
==========================================
+ Hits        72737    72873     +136     
- Misses      26221    26298      +77     
  Partials     1578     1578              
Flag Coverage Δ
python 82.80% <100.00%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
sdks/python/apache_beam/dataframe/frames.py 95.37% <100.00%> (+0.04%) ⬆️

... and 21 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tvalentyn
Copy link
Contributor

Run Python PreCommit

@tvalentyn tvalentyn merged commit 8871a4e into apache:master Sep 18, 2023
75 of 77 checks passed
@caneff caneff deleted the remove_internal_append branch September 21, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Pandas==2.x in Apache Beam.
2 participants