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
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, regexp_extract is lacking, which requires the execution at runtime fallback to vanilla spark and bring perf. overhead.
Describe the solution you'd like
Add regexp_extract expression support.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently,
regexp_extract
is lacking, which requires the execution at runtime fallback to vanilla spark and bring perf. overhead.Describe the solution you'd like
Add
regexp_extract
expression support.The text was updated successfully, but these errors were encountered: