Commit 283cf4c
Clarify that transform feature matching is intentionally exact
The _features_contain helper is an exact per-pair match, stricter than
the SQL LIKE-based partial feature filter it replaced, which could
over-match on substrings (key=1 matching key=10) and on LIKE wildcard
characters in string values. Reword the comment to state that intent
and use === instead of isequal so Bool and Int feature values do not
cross-match (isequal(true, 1) is true in Julia).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 6efc44d commit 283cf4c
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
711 | | - | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
712 | 715 | | |
713 | | - | |
| 716 | + | |
714 | 717 | | |
715 | 718 | | |
716 | 719 | | |
| |||
0 commit comments