Skip to content

Commit 9f89296

Browse files
waralexromKSDaemon
andauthored
Update
Co-authored-by: Konstantin Burkalev <[email protected]>
1 parent 2c1b4ab commit 9f89296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ impl MultiStageMemberQueryPlanner {
233233
QualifiedColumnName::new(Some(root_alias.clone()), format!("date_from")),
234234
);
235235

236-
//We also insert render reference for the base dimension of time dimension (i.e. without `_granularit` prefix to let other time dimensions make date_tranc)
236+
//We also insert render reference for the base dimension of time dimension (i.e. without `_granularity` postfix to let other time dimensions make date_tranc)
237237
render_references.insert(
238238
rolling_window_desc
239239
.time_dimension

0 commit comments

Comments
 (0)