You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "tvalentyn (via GitHub)" <gi...@apache.org> on 2023/03/22 23:07:48 UTC

[GitHub] [beam] tvalentyn commented on a diff in pull request #25918: [do not merge] import dill as a vendored version

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


##########
sdks/python/apache_beam/coders/coders.py:
##########
@@ -83,9 +83,9 @@
   # occurs.
   from apache_beam.internal.dill_pickler import dill
 except ImportError:
-  # We fall back to using the stock dill library in tests that don't use the
+  # We fall back to using the vendor dill library in tests that don't use the

Review Comment:
   ```suggestion
     # We fall back to using the vendored dill library in tests that don't use the
   ```



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