rohitsinha54 commented on code in PR #33378: URL: https://github.com/apache/beam/pull/33378#discussion_r1889034007
########## sdks/python/apache_beam/metrics/monitoring_infos.py: ########## @@ -382,14 +391,19 @@ def is_string_set(monitoring_info_proto): return monitoring_info_proto.type in STRING_SET_TYPES +def is_bounded_trie(monitoring_info_proto): + """Returns true if the monitoring info is a StringSet metric.""" Review Comment: nit StringSet->BoundedTrie -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
