Commit 7323041
BUG: fix duplicate searchsorted on NumpyExtensionArray
Remove the duplicate searchsorted definition that called super()
(which goes through _validate_setitem_value, too strict for searchsorted).
Add validate_searchsorted_value to the existing method that correctly
bypasses _validate_setitem_value by delegating to numpy directly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent cdd0637 commit 7323041
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | 340 | | |
349 | 341 | | |
350 | 342 | | |
| |||
0 commit comments