Chamikara Madhusanka Jayalath created BEAM-9635: ---------------------------------------------------
Summary: Make Python side input tags always key, value pairs instead of depending in index suffixed tag names Key: BEAM-9635 URL: https://issues.apache.org/jira/browse/BEAM-9635 Project: Beam Issue Type: Bug Components: sdk-py-core Reporter: Chamikara Madhusanka Jayalath We suffix side inputs with indices at following location and later use this to sort side inputs. [https://github.com/apache/beam/blob/master/sdks/python/apache_beam/pipeline.py#L1069] This seems brittle. It should be better to always use key, value pairs instead of this. -- This message was sent by Atlassian Jira (v8.3.4#803005)