-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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: properly filter custom feature/graph stores #5088
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5088 +/- ##
=======================================
Coverage 83.00% 83.00%
=======================================
Files 333 333
Lines 18368 18369 +1
=======================================
+ Hits 15246 15247 +1
Misses 3122 3122
Help us with your feedback. Take ten seconds to tell us how you rate us. |
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. Thanks!
…ometric into fix_filter_edge_store
The current method of filtering relied on the buggy
str_to_edge_type
, which would fail if a node type had__
in its name.