xuzifu666 commented on code in PR #4651:
URL: https://github.com/apache/calcite/pull/4651#discussion_r2559737243
##########
core/src/test/java/org/apache/calcite/test/RexImplicationCheckerTest.java:
##########
@@ -483,13 +483,18 @@ public class RexImplicationCheckerTest {
hasToString("TRIM('BOTH', 'a', '1111':VARCHAR)"));
}
- /** Test case for simplifier of ceil/floor. */
+ /** Test case for
Review Comment:
With the PR ```SELECT floor(floor(\"hire_date\" TO DAY) TO WEEK) FROM
\"employee\"``` would simplify to ```SELECT FLOOR(\"hire_date\" TO WEEK)\nFROM
\"foodmart\".\"employee\" ```
--
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]