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


##########
sdks/python/apache_beam/yaml/yaml_mapping.py:
##########
@@ -89,13 +178,13 @@ def explode_zip(base, fields):
 
     return (
         beam.core._MaybePValueWithErrors(
-            pcoll, self._exception_handling_args)
+          pcoll, self._exception_handling_args)
         | beam.FlatMap(
-            lambda row: (
-                explode_cross_product if self._cross_product else explode_zip)(
-                    {name: getattr(row, name) for name in all_fields},  # yapf
-                    to_explode))
-        ).as_result()
+      lambda row: (

Review Comment:
   That was already there, but it seems to compile fine without it so I removed 
it.



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