-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RLike: Fall back to CPU for regex that would produce incorrect results (
#4044) * Implement regexp parser to detect when we need to fall back to CPU for RLIKE Signed-off-by: Andy Grove <andygrove@nvidia.com> * update compatibility docs * code cleanup and documentation * remove adhoc test * more parser tests * revert accidental docs change * Move regular expression parser to new source file Signed-off-by: Andy Grove <andygrove@nvidia.com> * Update docs/compatibility.md Co-authored-by: Jason Lowe <jlowe@nvidia.com> * more fully implement hex and octal parsing and address other PR feedback * make some regex validation less specific * remove redundant check * add parser test for complex expression * remove comment * revert removing check that was not redundant after all Co-authored-by: Jason Lowe <jlowe@nvidia.com>
- Loading branch information
Showing
6 changed files
with
1,155 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.