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

Fix method argument handling for pandas 2.1 #28816

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

caneff
Copy link
Contributor

@caneff caneff commented Oct 4, 2023

In Pandas 2.1 the method argument is deprecated, and they replaced the default None with lib.no_default (which then gets translated to None after a deprecation warning). We don't use it anyway so just take it as None directly.

@caneff
Copy link
Contributor Author

caneff commented Oct 4, 2023

R: @tvalentyn

@github-actions github-actions bot added the python label Oct 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2023

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

@caneff caneff marked this pull request as ready for review October 4, 2023 11:06
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #28816 (46c87c4) into master (c01b41f) will increase coverage by 0.01%.
Report is 3 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master   #28816      +/-   ##
==========================================
+ Coverage   72.22%   72.24%   +0.01%     
==========================================
  Files         684      684              
  Lines      101230   101230              
==========================================
+ Hits        73118    73137      +19     
+ Misses      26530    26511      -19     
  Partials     1582     1582              
Flag Coverage Δ
python 82.79% <100.00%> (+0.02%) ⬆️

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

Files Coverage Δ
sdks/python/apache_beam/dataframe/frames.py 95.20% <100.00%> (ø)

... and 7 files with indirect coverage changes

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

@tvalentyn tvalentyn merged commit 9ed9c05 into apache:master Oct 4, 2023
76 checks passed
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.

2 participants