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 bb6d655 commit 9b75d99Copy full SHA for 9b75d99
rust/cubesqlplanner/cubesqlplanner/src/planner/time_dimension/sql_interval.rs
@@ -64,7 +64,7 @@ impl SqlInterval {
64
res.push(format!("{} year", self.year));
65
}
66
if self.month != 0 {
67
- res.push(format!("{} montH", self.month));
+ res.push(format!("{} month", self.month));
68
69
if self.week != 0 {
70
res.push(format!("{} week", self.week));
0 commit comments