apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.85k stars 4.25k forks source link

Deduplicate constants #19220

Closed kennknowles closed 1 year ago

kennknowles commented 2 years ago

apache_beam/runners/dataflow/internal/names.py apache_beam/runners/portability/stager.py

has same constants defined in both files.

Imported from Jira BEAM-5939. Original Jira may contain additional context. Reported by: altay.

yyy1000 commented 1 year ago

Could we close this issue because these two PRs have resolved it? (https://github.com/apache/beam/pull/13142) and (https://github.com/apache/beam/pull/6976)

zhenglin-charlie-li commented 1 year ago

Could we close this issue because these two PRs have resolved it? (#13142) and (#6976)

I agree with you.