saavan-google-intern commented on a change in pull request #12009:
URL: https://github.com/apache/beam/pull/12009#discussion_r444541219
##########
File path: sdks/python/apache_beam/pvalue.py
##########
@@ -158,6 +159,20 @@ def __ne__(self, other):
def __hash__(self):
return hash((self.tag, self.producer))
+ class PCollectionTypeConstraint(SequenceTypeConstraint):
Review comment:
This PR uses the built-in Generic[T] instead of a new TypeConstraint so
this is no longer relevant.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]