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

Remove exec from version.py #18116

Closed kennknowles closed 2 years ago

kennknowles commented 2 years ago

Look into ways of removing exec (or execfile) from version.py

For context, see the discussion at: https://github.com/apache/beam/pull/1887

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

Abacn commented 2 years ago

version.py no longer contains exec/execfile since first stable release

.close-issue