apache / apache/beam

Make Python side input tags always key, value pairs instead of depending in index suffixed tag names

Open
#20,136 0 comments 0 reactions 0 assignees View on GitHub
core improvement P3 python
Dominant language
Java
Stars
8.7k
Forks
4.7k
Avg merge
1d 20h
Merged PRs (30d)
196

Description

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](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.

Imported from Jira [BEAM-9635](https://issues.apache.org/jira/browse/BEAM-9635). Original Jira may contain additional context.
Reported by: chamikara.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.