You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Beam Python typing infrastructure used to treat typing.Callable types as Any for checking purposes, and that behavior can break when migrating to the preferred collecitons.abc.Callable types post-PEP-585 implementation. This behavior should be restored in beam type hinting, then later an implementation of a CallableTypeHint class should be created to properly check the inner types of Callables,
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam YAML
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Infrastructure
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
What would you like to happen?
The Beam Python typing infrastructure used to treat
typing.Callable
types as Any for checking purposes, and that behavior can break when migrating to the preferredcollecitons.abc.Callable
types post-PEP-585 implementation. This behavior should be restored in beam type hinting, then later an implementation of aCallableTypeHint
class should be created to properly check the inner types of Callables,Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: