We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? CodeQL says the regex to extract grok patterns is not efficient enough
sql/common/src/main/java/org/opensearch/sql/common/grok/GrokUtils.java
Lines 26 to 38 in 7b1574e
Additionally parse command's regex is only limited by circuit breaker.
parse
Might be possible to add some more checks, or use https://github.com/google/re2j for better worst case performance
The text was updated successfully, but these errors were encountered:
min
max
avg
For reference: introduced in #813
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem?
CodeQL says the regex to extract grok patterns is not efficient enough
sql/common/src/main/java/org/opensearch/sql/common/grok/GrokUtils.java
Lines 26 to 38 in 7b1574e
Additionally
parse
command's regex is only limited by circuit breaker.Might be possible to add some more checks, or use https://github.com/google/re2j for better worst case performance
The text was updated successfully, but these errors were encountered: