-
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
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 78472 78474 +2
==========================================
- Hits 64890 64889 -1
- Misses 13582 13585 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
23315a0
to
d810695
Compare
…lters in cube's SQL query (#8937) * fix(schema-compiler): fix FILTER_PARAMS to populate set and notSet filters in cube's SQL query * Fix {DATE_OPERATORS}Where methods to return '1 = 1' when the required parameters are unavailable * fix(ksql-driver): Kafka, list of brokers (#9009) * docs: A few notes * chore(cubesql): Do not call async Node functions while planning (#8793) * Add postgress integration tests --------- Co-authored-by: Konstantin Burkalev <KSDaemon@gmail.com> Co-authored-by: Dmitriy Rusov <rusov.d.s@gmail.com> Co-authored-by: Igor Lukanin <igor@cube.dev> Co-authored-by: Alex Qyoun-ae <4062971+MazterQyou@users.noreply.github.com>
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
.