-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(cubejs-schema-compiler): Stay unchanged __user / __cubejoinfield names in aliasing
#8303
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 8 Ignored Deployments
|
d98511c to
4d29bcc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8303 +/- ##
=======================================
Coverage 84.20% 84.20%
=======================================
Files 230 230
Lines 85318 85315 -3
=======================================
+ Hits 71841 71842 +1
+ Misses 13477 13473 -4
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:
|
KSDaemon
left a comment
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
5b7d33e to
54023f8
Compare
…ld` names in aliasing (cube-js#8303) * dont change __user / __cubejoinfield names in aliasing * cast name to lower for `__cubeJoinField` case * reapply fix --------- Co-authored-by: Konstantin Burkalev <[email protected]>
Check List