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 2c31339 commit f88e934Copy full SHA for f88e934
rust/cubesqlplanner/cubesqlplanner/src/physical_plan_builder/builder.rs
@@ -64,6 +64,8 @@ impl PhysicalPlanBuilderContext {
64
let mut shift = shift.clone();
65
shift.interval = Some(dim_shift_interval.inverse());
66
time_shifts.insert(calendar_pk, shift.clone());
67
+ } else {
68
+ time_shifts.insert(key.clone(), shift.clone());
69
}
70
71
} else {
0 commit comments