Skip to content

Commit 351db7f

Browse files
committed
fix typo
1 parent 8e62f10 commit 351db7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubesqlplanner/cubesqlplanner/src/planner/planners/multi_stage/multi_stage_query_planner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ impl MultiStageQueryPlanner {
290290
.collect_vec();
291291
if !measures.is_empty() {
292292
return Err(CubeError::user(
293-
format!("Measure {} and references another measures ({}). In this case, {} must have multi_stage: true defined",
293+
format!("Measure {} references another measures ({}). In this case, {} must have multi_stage: true defined",
294294
member.full_name(),
295295
measures.into_iter().map(|m| m.full_name()).join(", "),
296296
member.full_name(),

0 commit comments

Comments
 (0)