You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/07 23:18:12 UTC

[GitHub] [beam] ihji commented on a diff in pull request #23073: Use cloudpickle for Java Python transforms.

ihji commented on code in PR #23073:
URL: https://github.com/apache/beam/pull/23073#discussion_r965374617


##########
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:
   Any reason not setting cloudpickle as a default pickler in the expansion service? cloudpickle is less compatible or perhaps slower than dill in general cases?



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org