This is an automated email from the ASF dual-hosted git repository.
yhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from c5f7e163521 Merge pull request #32682 from liferoad/numpy-2.0
add 8a6f248c57e Enforce a size limit on StringSetData (#32650)
No new revisions were added by this update.
Summary of changes:
.../beam/runners/core/metrics/StringSetCell.java | 9 +-
.../beam/runners/core/metrics/StringSetData.java | 102 +++++++++++++++---
.../runners/core/metrics/StringSetDataTest.java | 34 +++++-
sdks/python/apache_beam/metrics/cells.pxd | 2 +-
sdks/python/apache_beam/metrics/cells.py | 116 +++++++++++++++++++--
sdks/python/apache_beam/metrics/cells_test.py | 16 ++-
sdks/python/apache_beam/metrics/execution.py | 3 +-
sdks/python/apache_beam/metrics/execution_test.py | 11 +-
.../python/apache_beam/metrics/monitoring_infos.py | 5 +-
9 files changed, 255 insertions(+), 43 deletions(-)