This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 7bfe0e19974 Do not panic if an element has no windows during
PersistBundle. (#36610)
add 64a92b2806d [python] Move histogram metric from internal to public
interface/files (#36405)
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/internal/metrics/cells.py | 165 ---------------------
.../apache_beam/internal/metrics/cells_test.py | 77 ----------
sdks/python/apache_beam/internal/metrics/metric.py | 44 ------
.../apache_beam/internal/metrics/metric_test.py | 130 ----------------
sdks/python/apache_beam/io/gcp/bigquery_tools.py | 12 +-
sdks/python/apache_beam/metrics/cells.py | 131 ++++++++++++++++
sdks/python/apache_beam/metrics/cells_test.py | 51 +++++++
sdks/python/apache_beam/metrics/execution.py | 6 +-
sdks/python/apache_beam/metrics/metric.py | 44 ++++++
sdks/python/apache_beam/metrics/metric_test.py | 39 ++++-
.../python/apache_beam/metrics/monitoring_infos.py | 2 +-
.../apache_beam/metrics/monitoring_infos_test.py | 4 +-
12 files changed, 277 insertions(+), 428 deletions(-)
delete mode 100644 sdks/python/apache_beam/internal/metrics/cells.py
delete mode 100644 sdks/python/apache_beam/internal/metrics/cells_test.py
delete mode 100644 sdks/python/apache_beam/internal/metrics/metric_test.py