You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: document Python-version and import portability caveats for inline UDFs
Reviewer feedback on the Expr-pickle PRs (#1544) asked that the
cloudpickle portability caveats be discoverable on the user-facing
page, not only in docstrings. The distributing_work.rst page is the
designated canonical home for the distribution story, so add them here:
* New 'Portability requirements for inline Python UDFs' subsection
covering the matching-Python-minor-version requirement and the
by-value vs by-reference import-capture rule (imported modules must
be importable on the worker).
* Qualify the 'fully portable' Python-UDF bullet to point at the new
requirements.
* Cross-reference the new subsection from the closure-capture note.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments