-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(schema-compiler): Do not collect disabled external pre-aggregations #10014
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
Conversation
11f5bb6
to
c4a599b
Compare
c4a599b
to
e77ac27
Compare
6697863
to
42df50b
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.
👍🏻
42df50b
to
d0ea909
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10014 +/- ##
==========================================
+ Coverage 83.16% 83.19% +0.02%
==========================================
Files 244 244
Lines 73249 73429 +180
==========================================
+ Hits 60916 61087 +171
- Misses 12333 12342 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d0ea909
to
ff90238
Compare
Signed-off-by: Alex Qyoun-ae <4062971+MazterQyou@users.noreply.github.com>
ff90238
to
4236893
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! Let's make one place more aligned with the rest of the code :)
Check List
Description of Changes Made
This PR resolves an issue with SQL push down queries having pre-aggregation description which let it bypass rollup-only mode and get registered as a pre-aggregated query.