Conversation
zzylol
force-pushed
the
feat/unified-clickhouse-temporal-bindings
branch
2 times, most recently
from
September 10, 2026 14:13
0b30c85 to
de4b712
Compare
zzylol
force-pushed
the
feat/unified-clickhouse-query-plan
branch
from
September 10, 2026 14:13
9ec1af9 to
24db7a3
Compare
zzylol
force-pushed
the
feat/unified-clickhouse-temporal-bindings
branch
from
September 10, 2026 14:16
de4b712 to
c24a40f
Compare
zzylol
force-pushed
the
feat/unified-clickhouse-query-plan
branch
from
September 10, 2026 14:16
24db7a3 to
b4ec5f9
Compare
zzylol
force-pushed
the
feat/unified-clickhouse-temporal-bindings
branch
from
September 10, 2026 14:29
c24a40f to
6ca2965
Compare
zzylol
force-pushed
the
feat/unified-clickhouse-query-plan
branch
2 times, most recently
from
September 10, 2026 14:30
6005c62 to
b0f8f4d
Compare
zzylol
force-pushed
the
feat/unified-clickhouse-temporal-bindings
branch
from
September 10, 2026 14:30
6ca2965 to
63ada7b
Compare
zzylol
force-pushed
the
feat/unified-clickhouse-query-plan
branch
from
September 10, 2026 14:35
b0f8f4d to
b70791f
Compare
zzylol
force-pushed
the
feat/unified-clickhouse-temporal-bindings
branch
from
September 10, 2026 14:35
63ada7b to
744cee3
Compare
zzylol
force-pushed
the
feat/unified-clickhouse-temporal-bindings
branch
from
September 10, 2026 14:36
744cee3 to
b70791f
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.
A ClickHouse query with a timestamp predicate or explicit time range now binds the relevant summary through the authoritative
SummaryCatalogand publishes the readout in the sharedQueryPlanDAG. This keeps temporal scope in the language-neutral physical plan and preserves SQL identity and external exact fallback.The change also advances the Planner dependency to the current relational IR stack required by the SQL frontend.
Validation:
CARGO_INCREMENTAL=0 cargo check -p control_plane --lib