Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
333 changes: 0 additions & 333 deletions control_plane/src/asap_tier_implement.rs

This file was deleted.

2 changes: 1 addition & 1 deletion control_plane/src/clickhouse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ fn materialize_selected_sql(
family: &planner_types::post_asap::SummaryFamilyType,
query: &ClickHouseSqlWorkloadEntry,
) -> Result<asap_types::PrecomputeMaterialization, String> {
use crate::physical::colored_dag::emitter::{AggregationInput, BackendAggregation};
use crate::physical::backend_stage::{AggregationInput, BackendAggregation};
use planner_types::{post_asap::SummaryExpr, pre_asap::Reduction};
let SummaryExpr::SummaryAgg {
reduction: Reduction::Reduce(keys),
Expand Down
Loading