fix(gfql): preflight remote engine requests - #2005
Open
lmeyerov wants to merge 7 commits into
Open
Conversation
lmeyerov
marked this pull request as ready for review
August 21, 2026 02:33
lmeyerov
added a commit
that referenced
this pull request
Aug 21, 2026
lmeyerov
added a commit
that referenced
this pull request
Aug 21, 2026
This was referenced Aug 21, 2026
Merged
lmeyerov
changed the base branch from
master
to
fix/gfql-1937-cross-kind-with-rebind
August 21, 2026 20:14
lmeyerov
commented
Aug 21, 2026
lmeyerov
commented
Aug 21, 2026
lmeyerov
commented
Aug 21, 2026
lmeyerov
commented
Aug 21, 2026
lmeyerov
left a comment
Contributor
Author
There was a problem hiding this comment.
We should enable polars, polars-gpu engines on backend
This pr feels a bit bigger than expected...
lmeyerov
force-pushed
the
fix/gfql-1937-cross-kind-with-rebind
branch
2 times, most recently
from
August 28, 2026 15:38
6605296 to
dd044ea
Compare
lmeyerov
force-pushed
the
fix/gfql-1957-remote-engine-preflight
branch
from
August 29, 2026 09:01
6852c5a to
55161a1
Compare
lmeyerov
changed the base branch from
fix/gfql-1937-cross-kind-with-rebind
to
master
August 29, 2026 09:01
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
gfql_remote()andpython_remote()E405before auth refresh, upload, or POST, with an accurate engine-specific diagnosticThis fixes the remaining #1957 explicit-engine honesty and side-effect contract. AUTO remains a permitted mode switch under the campaign ruling, and #1974 already handled unsupported Polars-backed frames before transport.
Validation
Closes #1957
Reviewer handoff
Queue position: 7 of 7. Reviews are nonblocking; no campaign PR will be merged by the branch-development agent.
Exact state: finalized stacked head
6852c5a0c087ee0ef4458a15f5e19037114fc78b; authoritative CI state is the GitHub Checks panel.Reviewer decisions:
Dependencies and overlap: contains finalized predecessor #2004 and is the stack tip. Prior changed-file overlaps are already merged conflict-free in the stack.
Safe local reproduction:
Stack / landing
Position: 7 of 7. Predecessor: #2004. Successor: none (stack tip).
Landing rule: keep the PR base as
masterand land #1999 → #2000 → #2001 → #2002 → #2003 → #2004 → #2005 using GitHub Create a merge commit only. Do not squash or rebase: each later head contains its predecessor's ancestry. The branch-development agent will not merge.Review model: review this PR's incremental change against its predecessor out of band; review does not block preparation of the remaining queue.
Final validation: two consecutive no-advance review waves; clean incremental diffs; Ruff and added-code typing/comment ratchets green; 1,361 selected local CPU tests passed. Guarded DGX validation passed 164 whole-entity/multiplicity tests, 8 binding-seed tests, and 69 aggregate-selector tests (425 deselected), with exact-source, cuDF 26.02, NVRTC, and Polars-GPU canaries. Direct review found no added prohibited typing, dynamic-attribute, or hygiene escapes.