-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Regular expression failure for certain strings #8711
Comments
Looks like this bug is caused by regex library that presto is using airlift/joni. There's already issue opened by @haozhun |
This was fixed in joni 2.1.7. Latest is joni 2.1.13. We are currently on joni 2.1.5. @electrum How do we update given we have a fork? |
Is there a reason you're using NonStrictUTF8Encoding ? It's been introduced as a non validating version for old ruby regexp engine compatibility. We're going to remove it from jruby/joni repo as it's no longer supported. |
@lopex Thank you for your attention. We are on non-strict because of jruby/joni#17 |
@haozhun ah totally forgot about that one. |
Fixed in trinodb/trino#350 |
The text was updated successfully, but these errors were encountered: