Commit 5d01b91
committed
perf(gfql/index): drop the redundant dedup on the polars select_by_ids semi key side
Same argument as the chain-side change: a semi-join emits a left row iff at
least one match exists, so repeated ids can neither change the result nor
multiply rows. The cudf/pandas branches of this same function already use
`isin` with no dedup, so this also makes the three engines agree.1 parent 4f692b9 commit 5d01b91
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | | - | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
0 commit comments