tvalentyn commented on code in PR #35656: URL: https://github.com/apache/beam/pull/35656#discussion_r2270587754
########## 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: could it be a union of different types then? -- 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]
