[
https://issues.apache.org/jira/browse/BEAM-12000?focusedWorklogId=650471&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-650471
]
ASF GitHub Bot logged work on BEAM-12000:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Sep/21 09:59
Start Date: 14/Sep/21 09:59
Worklog Time Spent: 10m
Work Description: hmc-cs-mdrissi commented on a change in pull request
#15415:
URL: https://github.com/apache/beam/pull/15415#discussion_r708111686
##########
File path: sdks/python/apache_beam/utils/proto_utils.py
##########
@@ -40,13 +40,13 @@
@overload
def pack_Any(msg):
# type: (message.Message) -> any_pb2.Any
- pass
+ ...
Review comment:
Are test files even type checked? I tried running mypy on this file and
got an error. Also discovered mypy.ini for the repo has an invalid value giving
this error message,
`mypy.ini: [mypy]: follow_imports: invalid choice 'true' (choose from
'normal', 'silent', 'skip', 'error')`
The mypy error that prevents it from type checking this file is,
`apache_beam/portability/api/metrics_pb2.pyi:117: error: invalid syntax
[syntax]` Looks like root cause of that error is a comment using type: notation
for doc string and confusing it with standard type comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 650471)
Time Spent: 1h 10m (was: 1h)
> Support Python 3.9 in Apache Beam
> ---------------------------------
>
> Key: BEAM-12000
> URL: https://issues.apache.org/jira/browse/BEAM-12000
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Priority: P2
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)