This is an automated email from the ASF dual-hosted git repository.
robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from e50a136219e Support creating BigLake managed tables (#33125)
add 9d1eea496a4 End to end BoundedTrie metrics through worker and runner
APIs.
add 0768e108649 Add missing pxd definition.
add 5918e6d7993 Skip unsupported runners.
add 0f4c64768f8 yapf
add c83444dbb94 Docstring fix.
new 9232cd81eff Merge pull request #33378 End to end BoundedTrie metrics
through worker and runner APIs.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
sdks/python/apache_beam/metrics/cells.pxd | 4 +++
sdks/python/apache_beam/metrics/cells.py | 29 +++++++++++++++++++---
sdks/python/apache_beam/metrics/execution.py | 17 ++++++++++++-
sdks/python/apache_beam/metrics/metric.py | 24 ++++++++++++++++++
sdks/python/apache_beam/metrics/metricbase.py | 9 +++++++
.../python/apache_beam/metrics/monitoring_infos.py | 18 +++++++++++++-
.../apache_beam/runners/direct/direct_metrics.py | 16 +++++++++++-
.../runners/direct/direct_runner_test.py | 10 ++++++++
.../runners/portability/flink_runner_test.py | 2 +-
.../runners/portability/fn_api_runner/fn_runner.py | 13 +++++++---
.../portability/fn_api_runner/fn_runner_test.py | 12 ++++++++-
.../runners/portability/portable_metrics.py | 5 +++-
.../runners/portability/portable_runner.py | 5 ++--
.../runners/portability/prism_runner_test.py | 3 +++
14 files changed, 153 insertions(+), 14 deletions(-)