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


##########
sdks/python/apache_beam/runners/portability/local_job_service_main.py:
##########
@@ -129,6 +131,9 @@ def run(argv):
     print('Server started at port', port)
     return
 
+  if options.default_pickler:
+    pickler.set_library(options.default_pickler)

Review Comment:
   I wasn't aware that there was such a pipeline option (and it doesn't seem 
possible to set on a per-pipeline basis). 
   
   If you feel it's worth changing the name, we should do so before the next 
release, though we'd have to make sure it gets set in both places (setting in 
stager seems too late).



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