liferoad commented on code in PR #36184: URL: https://github.com/apache/beam/pull/36184#discussion_r2359531681
########## sdks/python/apache_beam/transforms/core.py: ########## @@ -4081,6 +4081,8 @@ def expand(self, pbegin): # transforms (e.g. Write). class MaybeReshuffle(PTransform): + side_inputs = () Review Comment: I think we should keep this for now. Not sure changing this will cause any graph compatibility issue. -- 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-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org