-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
refactor(rust!): Move schema resolving to IR phase. #15714
Conversation
CodSpeed Performance ReportMerging #15714 will not alter performanceComparing Summary
|
todo: cache rename schema |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15714 +/- ##
==========================================
- Coverage 81.35% 81.34% -0.01%
==========================================
Files 1377 1378 +1
Lines 176613 176515 -98
Branches 2544 2544
==========================================
- Hits 143676 143584 -92
+ Misses 32456 32449 -7
- Partials 481 482 +1 ☔ View full report in Codecov by Sentry. |
This will allow us to evaluate plans server-side. E.g. on a locations where the schema will be resolved.