You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Udi Meiri (Jira)" <ji...@apache.org> on 2019/11/08 02:19:00 UTC

[jira] [Created] (BEAM-8590) Python typehints: native types: consider bare container types as containing Any

Udi Meiri created BEAM-8590:
-------------------------------

             Summary: Python typehints: native types: consider bare container types as containing Any
                 Key: BEAM-8590
                 URL: https://issues.apache.org/jira/browse/BEAM-8590
             Project: Beam
          Issue Type: Bug
          Components: sdk-py-core
            Reporter: Udi Meiri
            Assignee: Udi Meiri


This is for convert_to_beam_type:
For example, process(element: List) is the same as process(element: List[Any]).




--
This message was sent by Atlassian Jira
(v8.3.4#803005)