Skip to content

Commit a1b5b57

Browse files
committed
update
1 parent ceb26f2 commit a1b5b57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust/cubesqlplanner/cubesqlplanner/src/logical_plan/optimizers/pre_aggregation/pre_aggregations_compiler.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ impl PreAggregationFullName {
3838
})
3939
}
4040
}
41-
}
4241

43-
impl PreAggregationFullName {
4442
pub fn new(cube_name: String, name: String) -> Self {
4543
Self { cube_name, name }
4644
}

0 commit comments

Comments
 (0)