-
Notifications
You must be signed in to change notification settings - Fork 399
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
chore: Refactored sql parser #2714
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2714 +/- ##
==========================================
- Coverage 97.24% 97.23% -0.02%
==========================================
Files 294 293 -1
Lines 46125 46412 +287
==========================================
+ Hits 44855 45128 +273
- Misses 1270 1284 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5279da9
to
1850f48
Compare
Looking at the benchmarks this is slightly slower |
Which is why I haven't really pushed it. We need a replication of the original issue to learn if the cost is worth it. |
Ag
Agreed. I think if there's an actual issue and this fixes it, it may be worth investigating. Until we get a repro I don't see the value add in this PR |
This PR is meant to resolve #2703. Basically, it removes the complicated regular expressions in favor of a more procedural parsing of SQL statements. All cross-application tests pass.
main branch benchmark
pr branch benchmark