You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/cubesqlplanner/cubesqlplanner/src/logical_plan/optimizers/pre_aggregation/compiled_pre_aggregation.rs
+6-6
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ impl CompiledPreAggregation {
43
43
) -> Result<Rc<Self>,CubeError>{
44
44
let static_data = description.static_data();
45
45
let measures = ifletSome(refs) = description.measure_references()? {
MemberSymbol::MemberExpression(_member_expression) => Ok(MatchState::NotMatched),//TODO We not allow to use pre-aggregations with member expressions before sqlapi ready for it
122
+
MemberSymbol::MemberExpression(_member_expression) => Ok(MatchState::NotMatched),//TODO We don't allow to use pre-aggregations with member expressions before SQL API is ready for it
0 commit comments