damccorm commented on issue #29196: URL: https://github.com/apache/beam/issues/29196#issuecomment-1820918306
Looks like we output a `DoOutputsTuple` here - https://github.com/apache/beam/blob/b7acf575f6c7aeb41533c8073957c0b60dc46bd6/sdks/python/apache_beam/transforms/core.py#L1827 but in that object we have no logic for saying if a transform is bounded - https://github.com/apache/beam/blob/39d3e365f1948809fc8dceb7a7e20796330baac2/sdks/python/apache_beam/pvalue.py#L307 I think we should be able to iterate over `self.producer.main_inputs` to make a determination about boundedness -- 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]
