Details
Description
The NFAs built from complex regexes in UDFLike are extremely complex and spend a lot of time doing simple expression matching with no backtracking.
Prevent NFA -> DFA explosion by using reluctant regex matches instead of greedy matches.
Attachments
Attachments
Issue Links
- is required by
-
HIVE-14349 Vectorization: LIKE should anchor the regexes
-
- Closed
-