Commit 9b4bbd6
docs(distributing-expressions): link to pickle docs, generalize UDF kinds
Two fixes in the intro paragraph:
* Link to the standard library pickle docs rather than relying on the
reader's familiarity with `pickle.dumps` / `pickle.loads`.
* "Python scalar UDFs ride along" only covered scalar UDFs. With
aggregate and window UDFs now also traveling inline, the line is
reworded to call out all three kinds.
Also updates the inline code comment in the worker-pool example.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 71760c5 commit 9b4bbd6
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments