kristynsmith commented on code in PR #35656: URL: https://github.com/apache/beam/pull/35656#discussion_r2267914574
########## sdks/python/apache_beam/internal/code_object_pickler.py: ########## @@ -105,28 +110,31 @@ def _extend_path(prefix: str, suffix: str): return prefix + '.' + suffix -def _search( - callable: types.FunctionType, node: object, qual_name_parts: list[str]): +def _search(callable: Any, node: Any, qual_name_parts: list[str]): Review Comment: no, since _search in called in so many different places, `callable` and `node` could be a few different types depending on when it's being called` -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org