Polber commented on code in PR #28971:
URL: https://github.com/apache/beam/pull/28971#discussion_r1367255643


##########
sdks/python/apache_beam/yaml/yaml_mapping.py:
##########
@@ -114,6 +114,8 @@ def _expand_python_mapping_func(
         for name in original_fields if name in expression
     ] + ['  return (' + expression + ')'])
 
+    return python_callable.PythonCallableWithSource(source)

Review Comment:
   Good catch. Removed.



-- 
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]

Reply via email to