ihji commented on code in PR #17280:
URL: https://github.com/apache/beam/pull/17280#discussion_r850707033


##########
sdks/python/apache_beam/runners/portability/expansion_service_test.py:
##########
@@ -270,6 +270,20 @@ def from_runner_api_parameter(unused_ptransform, payload, 
unused_context):
     return PayloadTransform(payload.decode('ascii'))
 
 
[email protected]_urn('sum_without_type', None)
+class SumWithoutTypeTransform(ptransform.PTransform):
+  def expand(self, pcoll):
+    return pcoll | beam.CombineGlobally(sum)

Review Comment:
   Changed the test transform.



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