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/06/05 00:26:50 UTC

[GitHub] [beam] damccorm opened a new issue, #21593: Support type hinting generics in Apache Beam type inference

damccorm opened a new issue, #21593:
URL: https://github.com/apache/beam/issues/21593

   See: [https://peps.python.org/pep-0585/](https://peps.python.org/pep-0585/) that introduces this construct.
   
   Imported from Jira [BEAM-14397](https://issues.apache.org/jira/browse/BEAM-14397). Original Jira may contain additional context.
   Reported by: tvalentyn.


-- 
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.apache.org

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


[GitHub] [beam] TheNeuralBit closed issue #21593: Support type hinting generics in Apache Beam type inference

Posted by GitBox <gi...@apache.org>.
TheNeuralBit closed issue #21593: Support type hinting generics in Apache Beam type inference 
URL: https://github.com/apache/beam/issues/21593


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on issue #21593:
URL: https://github.com/apache/beam/issues/21593#issuecomment-1265797103

   This was just again in #23366, I'm going to close this as a duplicate since that one has additional information about the errors raised.


-- 
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