liferoad commented on code in PR #33805:
URL: https://github.com/apache/beam/pull/33805#discussion_r1934855860
##########
sdks/python/apache_beam/runners/dask/dask_runner.py:
##########
@@ -92,6 +105,21 @@ def _add_argparse_args(cls, parser:
argparse.ArgumentParser) -> None:
default=512,
help='The number of open comms to maintain at once in the connection '
'pool.')
+ partitions_parser = parser.add_mutually_exclusive_group()
Review Comment:
Is this worth calling out in our CHANGES.md?
--
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]