feat(query): compile generic post-ASAP DAG bindings - #494
Merged
Merged
Conversation
zzylol
force-pushed
the
feat/runtime-adaptation-sampling-delta
branch
2 times, most recently
from
September 3, 2026 20:41
3f853e7 to
5d59617
Compare
zzylol
force-pushed
the
feat/generic-post-asap-dag-compiler
branch
from
September 3, 2026 20:43
b190f1f to
19ce07d
Compare
This was referenced Sep 3, 2026
zzylol
force-pushed
the
feat/runtime-adaptation-sampling-delta
branch
from
September 4, 2026 03:03
5d59617 to
2377a02
Compare
zzylol
force-pushed
the
feat/generic-post-asap-dag-compiler
branch
from
September 4, 2026 03:05
19ce07d to
efa0de4
Compare
zzylol
force-pushed
the
feat/runtime-adaptation-sampling-delta
branch
from
September 4, 2026 03:25
2377a02 to
4ff7891
Compare
zzylol
force-pushed
the
feat/generic-post-asap-dag-compiler
branch
from
September 4, 2026 03:25
efa0de4 to
54601e1
Compare
zzylol
changed the base branch from
feat/runtime-adaptation-sampling-delta
to
main
September 4, 2026 03:42
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
Architecture
This completes the intended path: post-ASAP DAG -> PhysicalPlan materializations -> node-bound QueryPlan -> generic DAG executor. Query serving performs exact SID/sketch-store reads from the installed binding and never searches materialization candidates.
This PR is stacked on #477 and should be reviewed after it. It must not be merged independently.
Validation