TheNeuralBit commented on code in PR #23701:
URL: https://github.com/apache/beam/pull/23701#discussion_r1028376426


##########
sdks/python/apache_beam/transforms/util.py:
##########
@@ -641,6 +647,8 @@ class BatchElements(PTransform):
         linear interpolation
     clock: (optional) an alternative to time.time for measuring the cost of
         donwstream operations (mostly for testing)
+    record_metrics: (optional) whether or not to record beam metrics on 
+        distributions of the batch size. Defaults to True.

Review Comment:
   ```suggestion
       record_metrics: (optional) whether or not to record beam metrics on
           distributions of the batch size. Defaults to True.
   ```



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