Commit 4a8fadc
docs(example): note null→0 coercion in above-threshold UDF
The `(v.as_py() or 0) > threshold` line was reading as canonical Python
UDF style. Add a one-line comment flagging that nulls silently coerce
to 0 — fine for the demo dataset (no nulls), but real code should pick
the semantics explicitly.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2f241be commit 4a8fadc
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
0 commit comments