robertwb commented on code in PR #23073:
URL: https://github.com/apache/beam/pull/23073#discussion_r965400534
##########
sdks/python/apache_beam/runners/portability/expansion_service_main.py:
##########
@@ -39,10 +40,14 @@ def main(argv):
parser.add_argument(
'-p', '--port', type=int, help='port on which to serve the job api')
parser.add_argument('--fully_qualified_name_glob', default=None)
+ parser.add_argument('--default_pickler')
Review Comment:
We could look at changing the default (for the expansion service, and for
Python in general) but I think it's best for now to be explicit.
--
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]