chore(gfql): disambiguate reentry compile-time module naming#1335
Merged
chore(gfql): disambiguate reentry compile-time module naming#1335
Conversation
This was referenced May 7, 2026
Closed
Closed
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.
Summary
Closes #1333 with a low-risk naming cleanup in Cypher reentry internals:
reentry/runtime.pytoreentry/compiletime.pyreentry/runtime.pyas a compatibility re-export shimNo semantic behavior change intended.
Why
execution.pynow clearly represents runtime dataframe behavior, while the formerruntime.pywas compile-time query rewrite/orchestration logic. This rename reduces maintainer confusion.Validation
python -m pytest -q graphistry/tests/compute/gfql/test_ir_type_propagation.py::TestSeamWith1303LoweringSplit graphistry/tests/compute/gfql/cypher/test_lowering_s3_split_guard.py./bin/ruff.sh graphistry/compute/gfql/cypher/lowering.py graphistry/compute/gfql/cypher/reentry/runtime.py graphistry/compute/gfql/cypher/reentry/compiletime.py graphistry/compute/gfql/cypher/reentry/execution.py graphistry/tests/compute/gfql/test_ir_type_propagation.pyNotes
plans/issue-1333-reentry-module-naming/review/final-report.md(local plan memory).