Plan ordinary multiple MATCH routes natively#1484
Closed
lmeyerov wants to merge 1 commit into
Closed
Conversation
18ea2db to
4909b78
Compare
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1477.
Summary
MATCH ... MATCH ...Cypher queries through the existing connected-match join logical payload._execute_compiled_query_chain_non_union().cudf.from_pandas, which is compatible with RAPIDS 26.02.Validation
python3 -m pytest -q graphistry/tests/compute/gfql/test_runtime_physical_cutover.py::test_anonymous_match_count_projection_uses_planned_route graphistry/tests/compute/gfql/test_runtime_physical_cutover.py::test_sequential_multiple_match_uses_connected_join_without_residual_chain graphistry/tests/compute/gfql/test_runtime_physical_cutover.py::test_classified_unplanned_chain_fallback_uses_chain_route graphistry/tests/compute/gfql/test_runtime_physical_cutover.py::test_unplanned_chain_fallback_requires_compile_defer_reason-> 6 passedpython3 -m pytest -q graphistry/tests/compute/gfql/test_runtime_physical_cutover.py graphistry/tests/compute/gfql/test_logical_planner.py graphistry/tests/compute/gfql/cypher/test_lowering.py -k "not cudf"-> 989 passed, 12 skipped, 113 deselected./bin/ruff.sh graphistry/compute/gfql/cypher/lowering.py graphistry/tests/compute/gfql/test_runtime_physical_cutover.py graphistry/tests/compute/gfql/cypher/test_lowering.py./bin/typecheck.sh graphistry/compute/gfql/cypher/lowering.pypython3 bin/ci_cypher_surface_guard.pyafter intentional baseline update for the new compiler route -> passResidual Scope
multiple_match_stagesfrom 37 to 35 on the original Harden residual Cypher unplanned-chain fallback #1476 audit baseline.