-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable regular expressions by default #5591
Conversation
Signed-off-by: Andy Grove <[email protected]>
"true will make supported regular expressions run on the GPU. See the compatibility " + | ||
"guide for more information about which regular expressions are supported on the GPU.") | ||
.doc("Specifies whether supported regular expressions should be evaluated on GPU. There " + | ||
"are some known edge cases that can produce incorrect results and these are documented in " + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this say that known edge cases are executed on CPU regardless of the config value, at least this is the impression I have from reading compatibility guide.
"true will make supported regular expressions run on the GPU. See the compatibility " + | ||
"guide for more information about which regular expressions are supported on the GPU.") | ||
.doc("Specifies whether supported regular expressions should be evaluated on GPU. There " + | ||
"are some known edge cases that can produce incorrect results and these are documented in " + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this say that known edge cases are executed on CPU, at least this is the impression I have from reading compatibility guide.
I agree with @gerashegalov 's comments, and am ok with the rest of the text wording. |
I had been holding off updating this in the hope that #5610 and #5662 would be merged and then we would not need to list any known issues in this PR. However, I am blocked from merging those at the moment due to the need to have CI specify |
build |
build |
Signed-off-by: Andy Grove [email protected]
Part of #4509
We want to enable regular expressions by default in 22.06. This does not mean we are guaranteeing 100% compatibility with Spark though so we need to document the edge cases that can produce different results.
true