You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixpandas-dev#61072: inconsistent fullmatch results with regex alternation
in PyArrow strings
Fixes an issue where regex patterns with alternation (|) produce
different results between str dtype and string[pyarrow] dtype. When
using patterns like "(as)|(as)", PyArrow implementation would
incorrectly match "asdf" while Python's implementation correctly
rejects it. The fix adds special handling to ensure alternation
patterns are properly parenthesized when using PyArrow-backed
strings
0 commit comments