tvalentyn commented on code in PR #36093:
URL: https://github.com/apache/beam/pull/36093#discussion_r2350167317


##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1619,7 +1619,7 @@ def _add_argparse_args(cls, parser):
         help=(
             'Chooses which pickle library to use. Options are dill, '
             'cloudpickle or default.'),
-        choices=['cloudpickle', 'default', 'dill'])
+        choices=['cloudpickle', 'default', 'dill', 'dill_unsafe'])

Review Comment:
   possible other ways to name this concept:
   
   dill_any
   dill_untested 
   dill_any_version



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