You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/04/29 00:27:52 UTC

[GitHub] [beam] robertwb commented on a diff in pull request #17465: Add element weighting parameter to BatchElements.

robertwb commented on code in PR #17465:
URL: https://github.com/apache/beam/pull/17465#discussion_r861397527


##########
sdks/python/apache_beam/transforms/util.py:
##########
@@ -632,6 +649,8 @@ def __init__(
       max_batch_size=10000,
       target_batch_overhead=.05,
       target_batch_duration_secs=1,
+      *,

Review Comment:
   Forces these later ones to be keyword arguments (so their order doesn't matter).



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org