-
Notifications
You must be signed in to change notification settings - Fork 328
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
fix: tql parser hang on abnormal input #3977
Conversation
Signed-off-by: Ruihang Xia <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3977 +/- ##
==========================================
- Coverage 85.42% 85.11% -0.31%
==========================================
Files 978 978
Lines 168436 169090 +654
==========================================
+ Hits 143886 143923 +37
- Misses 24550 25167 +617 |
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.
Rest LGTM
sorry about that 😢 @waynexia |
Signed-off-by: Ruihang Xia <[email protected]>
It's ok -- I won't consider this either without this typo |
* fix: tql parser hang on abnormal input Signed-off-by: Ruihang Xia <[email protected]> * apply review sugg Signed-off-by: Ruihang Xia <[email protected]> --------- Signed-off-by: Ruihang Xia <[email protected]>
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
I find this occasionally by a typo
And flamegraph tells me there is a dead loop
Checklist