-
Notifications
You must be signed in to change notification settings - Fork 111
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
Remove recursive extend binding #4896
Conversation
e60083e
to
669570e
Compare
Benchmark ResultMaster commit hash:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4896 +/- ##
==========================================
- Coverage 86.53% 86.48% -0.05%
==========================================
Files 1403 1403
Lines 60529 60466 -63
Branches 7435 7430 -5
==========================================
- Hits 52379 52297 -82
- Misses 7981 8000 +19
Partials 169 169 ☔ View full report in Codecov by Sentry. |
Description
Remove triggering recursive join algorithms from function call and instead always ask user to use Cypher pattern matching. This should simplify our binding logic a lot. Otherwise we will have to maintain two versions of it.