feat: install strict backend-local PhysicalPlan profile - #495
Merged
Merged
Conversation
zzylol
changed the base branch from
feat/generic-post-asap-dag-compiler
to
feat/asapquery-compatibility-profile-runtime
September 3, 2026 20:48
zzylol
force-pushed
the
feat/asapquery-compatibility-profile-runtime
branch
from
September 4, 2026 03:06
83c7a67 to
33ce19e
Compare
zzylol
force-pushed
the
feat/asapquery-strict-physical-profile
branch
from
September 4, 2026 03:07
0e373a7 to
80ca19f
Compare
zzylol
force-pushed
the
feat/asapquery-compatibility-profile-runtime
branch
from
September 4, 2026 03:25
33ce19e to
4983454
Compare
zzylol
force-pushed
the
feat/asapquery-strict-physical-profile
branch
from
September 4, 2026 03:25
80ca19f to
ae117eb
Compare
zzylol
changed the base branch from
feat/asapquery-compatibility-profile-runtime
to
main
September 4, 2026 03:43
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.
Stack order
This PR contains only the strict integration delta over #493.
Scope
This is a physical-plan boot/backend-local ingest phase, not all six compatibility phases. It adds
PrometheusRemoteWriteV1to PrecomputePlan, removes compatibility-profile streaming-config authority, validates a complete JSON PhysicalPlan artifact before startup, reuses validation for staged installs and atomic activation, disables partial config/BackendPlan handles, snapshots one plan per write, scopes deduplication to plan identity/version, gates readiness, and relies on #494 authoritative QueryPlan DAG execution with exact fallback on capability miss.Verification
The default parallel suite exposed two pre-existing global-state races; both pass individually and the complete single-threaded suite passes.
Explicit blockers / non-goals
This PR does not claim the complete compatibility profile.