Commit 1e29b32
authored
Optimize dict array validation to use true_count() (#8263)
## Summary
Replace an inefficient `iter().all()` check with a direct `true_count()`
comparison when validating that all values in a dictionary array are
referenced.
---------
Signed-off-by: Claude <noreply@anthropic.com>1 parent d97d2bd commit 1e29b32
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments