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

Make conversion to Iterable tighter #25866

Merged
merged 1 commit into from
Mar 17, 2023
Merged

Conversation

jrmccluskey
Copy link
Contributor

Avoids other collections.abc types that inherit from Iterable being mistakenly treated as iterables, causing errors with things like Mappings


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

@jrmccluskey
Copy link
Contributor Author

R: @kennknowles

@github-actions
Copy link
Contributor

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

@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

Merging #25866 (ec3e54c) into master (831918f) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master   #25866   +/-   ##
=======================================
  Coverage   71.45%   71.45%           
=======================================
  Files         777      777           
  Lines      102275   102276    +1     
=======================================
+ Hits        73078    73079    +1     
  Misses      27742    27742           
  Partials     1455     1455           
Flag Coverage Δ
python 80.02% <0.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
...apache_beam/typehints/native_type_compatibility.py 78.73% <0.00%> (-0.46%) ⬇️

... and 3 files with indirect coverage changes

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

@jrmccluskey
Copy link
Contributor Author

Run PythonLint PreCommit

@jrmccluskey
Copy link
Contributor Author

jrmccluskey commented Mar 17, 2023

R: @tvalentyn @AnandInguva

Forgot Danny was unavailable this afternoon

@jrmccluskey jrmccluskey merged commit 7555d98 into apache:master Mar 17, 2023
@jrmccluskey jrmccluskey deleted the mappy branch March 17, 2023 19:24
@tvalentyn
Copy link
Contributor

possibly related: users were additional hints for more generic types in: #24704

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