chamikaramj commented on a change in pull request #11185: [BEAM-8019] Updates Python SDK to handle remote SDK coders and preserve tags added by remote SDKs and propagate restriction coders. URL: https://github.com/apache/beam/pull/11185#discussion_r403320577
########## File path: sdks/python/apache_beam/pipeline.py ########## @@ -1065,10 +1070,9 @@ def named_inputs(self): input in enumerate(self.inputs) if isinstance(input, pvalue.PCollection) } - side_inputs = { - 'side%s' % ix: si.pvalue - for ix, si in enumerate(self.side_inputs) - } + side_inputs = {(SIDE_INPUT_PREFIX + '%s') % ix: si.pvalue + for ix, Review comment: Done. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services