-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(schema-compiler): move preAggregations class to typescript #9538
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9538 +/- ##
==========================================
- Coverage 61.71% 56.58% -5.13%
==========================================
Files 174 165 -9
Lines 14432 13607 -825
Branches 2464 2392 -72
==========================================
- Hits 8907 7700 -1207
- Misses 5156 5578 +422
+ Partials 369 329 -40
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:
|
18237b0
to
c54aa36
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.
π₯ Awesome! Great to see that it finally happens and TS is here for pre-aggs!
Finally, move PreAggregations from js to ts with most of the types described! π
Also switching to TS uncovered some incorrectness that is now fixed!