-
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
fix(schema-compiler): Fix sql generation for rolling_window queries with multiple time dimensions #9124
Conversation
92f6c78
to
9090543
Compare
9090543
to
27f8a5d
Compare
27f8a5d
to
f44d23d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9124 +/- ##
=======================================
Coverage 83.57% 83.57%
=======================================
Files 227 227
Lines 81647 81652 +5
=======================================
+ Hits 68237 68242 +5
Misses 13410 13410
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ef0654c
to
0b85b0f
Compare
0b85b0f
to
8da32c5
Compare
e90c9b5
to
e51d377
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 feature-wise, commented on minor stuff
packages/cubejs-schema-compiler/src/adapter/BaseTimeDimension.ts
Outdated
Show resolved
Hide resolved
e51d377
to
a264de9
Compare
a264de9
to
063c5fe
Compare
This PR fixes the incorrect SQL generation for queries that reference measures with rolling_windows and a few (more than one) time timensions with granularities.
Check List