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 6220a36 commit 82be8ffCopy full SHA for 82be8ff
rust/cubesql/cubesql/src/compile/rewrite/rules/filters.rs
@@ -1698,7 +1698,7 @@ impl RewriteRules for FilterRules {
1698
// Same as the rule above, but it uses different case for granularity.
1699
// TODO: Remove, whenever we will fix bug with granularity cases. CORE-1761
1700
transforming_rewrite(
1701
- "extract-year-equals",
+ "extract-year-equals-lower-case",
1702
filter_replacer(
1703
binary_expr(
1704
self.fun_expr(
0 commit comments