-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore(tesseract): Join Graph mock #10143
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
- Add compile() method that builds graph from cube definitions - Validate joins: target cube exists, primary keys for multiplied measures - Build edges HashMap with "from-to" keys - Build nodes HashMap (directed graph) - Build undirected_nodes HashMap (bidirectional connectivity) - Add 8 comprehensive unit tests
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10143 +/- ##
=======================================
Coverage 77.98% 77.98%
=======================================
Files 457 457
Lines 91092 91092
Branches 3337 3337
=======================================
Hits 71041 71041
Misses 19573 19573
Partials 478 478
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.
👍🏻
Check List