ryanthompson591 commented on a change in pull request #15472:
URL: https://github.com/apache/beam/pull/15472#discussion_r751553706
##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -1056,6 +1056,12 @@ def _add_argparse_args(cls, parser):
'currently an experimental flag and provides no stability. '
'Multiple --beam_plugin options can be specified if more than '
'one plugin is needed.'))
+ parser.add_argument(
+ '--set_pickle_library',
Review comment:
I like pickle_library, options sounds like there is more to it than just
choosing the library.
--
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]