You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/06 16:08:11 UTC

[GitHub] [beam] yilei commented on issue #21593: Support type hinting generics in Apache Beam type inference

yilei commented on issue #21593:
URL: https://github.com/apache/beam/issues/21593#issuecomment-1238357657

   Adding a comment from Jira:
   
   > Also: if Iterator is imported from collections.abc instead of typing (to annotate process() of DoFn classes), then Beam does not consider it to be iterable.
   
   Note typing.Iterator (and other generic collections types) has been deprecated since Python 3.9 in favor of collections.abc.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org