-
Notifications
You must be signed in to change notification settings - Fork 450
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
feat(interactive): Support optional expand in GIE Runtime #4213
feat(interactive): Support optional expand in GIE Runtime #4213
Conversation
…n all expanded edges are optional in intersection
Please check the preview of the documentation changes at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4213 +/- ##
===========================================
- Coverage 46.45% 34.33% -12.13%
===========================================
Files 173 126 -47
Lines 16171 13235 -2936
===========================================
- Hits 7512 4544 -2968
- Misses 8659 8691 +32 see 162 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
622793b
to
ea409b3
Compare
ea409b3
to
063163f
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
What do these changes do?
As titled. Support optional edge expand, and support dealing with null value in expand, getv, unfold.
Related issue number
#3668