zwy991114 commented on code in PR #62951:
URL: https://github.com/apache/doris/pull/62951#discussion_r3256216232


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/Predicates.java:
##########
@@ -225,6 +232,14 @@ public static Map<Expression, ExpressionInfo> 
compensateRangePredicate(StructInf
             // normalized expressions is not in query, can not compensate
             return null;
         }
+
+        // Try to detect whole-bucket ranges and synthesize date_trunc 
equality predicates

Review Comment:
   ok, I have added the test cases, please review again.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to