-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(cubesql): Do not call async Node functions while planning #8793
base: master
Are you sure you want to change the base?
Conversation
f7b05e7
to
5118b3d
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 8 Skipped Deployments
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8793 +/- ##
==========================================
- Coverage 82.69% 82.68% -0.01%
==========================================
Files 221 221
Lines 78467 78474 +7
==========================================
Hits 64888 64888
- Misses 13579 13586 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
5118b3d
to
81edfd1
Compare
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
81edfd1
to
23315a0
Compare
Check List
Description of Changes Made
This PR restructures the way compiler cache works, removing the need to call async Node functions while planning, at the cost of passing around
compiler_id
.