johnjcasey commented on a change in pull request #16923:
URL: https://github.com/apache/beam/pull/16923#discussion_r822735400
##########
File path: sdks/python/apache_beam/typehints/typehints.py
##########
@@ -507,6 +507,9 @@ def _inner_types(self):
for t in self.union_types:
yield t
+ def contains_type(self, maybe_type):
Review comment:
Optional doesn't care about order, and contains type doesn't care about
order either
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]