This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a change to branch release-2.60.0
in repository https://gitbox.apache.org/repos/asf/beam.git
from 96a96daa011 Report File Lineage on directory (#32662) (#32706)
add f61c8e13047 Enforce a size limit on StringSetData (#32650) (#32707)
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(-)