RocMarshal commented on code in PR #26735: URL: https://github.com/apache/flink/pull/26735#discussion_r2184205964
########## flink-python/pyflink/datastream/window.py: ########## @@ -368,7 +368,7 @@ def get_metric_group(self) -> MetricGroup: """ Returns the metric group for this :class:`Trigger`. This is the same metric group that would be returned from - :func:`~pyflink.datasteam.functions.RuntimeContext.get_metric_group` in a user function. + :func:`~pyflink.datastream.functions.RuntimeContext.get_metric_group` in a user function. Review Comment:  This line's comment is too long, exceeding the threshold and causing CI failure. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org