-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Bug in type inference for Python 3.10 #21671
Comments
Unable to assign user @AnandInguva. If able, self-assign, otherwise tag @damccorm so that he can assign you. Because of GitHub's spam prevention system, your activity is required to enable assignment in this repo. |
.take-issue |
@yeandy this is one of the bug related to Python 3.10 type inference. Can you assign this to yourself? |
Failed tests for Python 3.10 on inference can be found at https://ci-beam.apache.org/job/beam_PreCommit_Python_Commit/24196/ or in github actions as well |
.take-issue |
Not sure if I can override the assignee by commenting |
After debugging, the issue arises here
beam/sdks/python/apache_beam/typehints/trivial_inference.py
Line 328 in 70cee1d
The method above is not able to infer outputs properly in Python 3.10 and results in an outputting wrong output type.
Imported from Jira BEAM-14547. Original Jira may contain additional context.
Reported by: Anand Inguva.
The text was updated successfully, but these errors were encountered: