We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a381afa commit 7c0fc94Copy full SHA for 7c0fc94
rust/cubesqlplanner/cubesqlplanner/src/planner/planners/multi_stage/member_query_planner.rs
@@ -294,8 +294,8 @@ impl MultiStageMemberQueryPlanner {
294
MemberSymbol::Measure(_) => measures.push(cte_member.clone()),
295
_ => {}
296
}
297
- //We add all non multi stage dimensions to the of the underling states because it's needed
298
- //for
+ // We add all non–multi-stage dimensions from the underlying states because
+ // they’re needed to join a multi-stage dimension into the measure query
299
let (all_dependend_dimensions, all_dependend_time_dimensions) =
300
self.description.collect_all_non_multi_stage_dimension()?;
301
dimensions.extend(all_dependend_dimensions.iter().cloned());
0 commit comments