-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Optimise AST rewriting #17623
Optimise AST rewriting #17623
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Hello! 👋 This Pull Request is now handled by arewefastyet. The current HEAD and future commits will be benchmarked. You can find the performance comparison on the arewefastyet website. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17623 +/- ##
==========================================
+ Coverage 67.65% 67.70% +0.05%
==========================================
Files 1586 1585 -1
Lines 255647 255592 -55
==========================================
+ Hits 172954 173057 +103
+ Misses 82693 82535 -158 ☔ View full report in Codecov by Sentry. |
dfda044
to
804feab
Compare
Merges RewriteAST and Normalizer so both actions can be done together Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
8966190
to
e4e4715
Compare
Signed-off-by: Harshit Gangal <[email protected]>
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.
LGTM!
Description
Merges
RewriteAST
andNormalizer
so both actions can be done together. The less we need to walk the AST, the faster we can work with queries.Related Issue(s)
Checklist