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
!Expression <RegExpExtract> regexp_extract(firstname#827, ((([0-9]{2}p){5}))\.abc, 1) cannot run on GPU because cuDF does not support repetition of group containing: [0-9]{2} near index 3; regex group count is 0, but the specified group index is 1
The text was updated successfully, but these errors were encountered:
I wish we support repetition of group containing in regular expression.
Eg:
Not-supported-messages:
The text was updated successfully, but these errors were encountered: