jacktengg commented on code in PR #65679:
URL: https://github.com/apache/doris/pull/65679#discussion_r3662299448


##########
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/CheckAndStandardizeWindowFunctionTest.java:
##########
@@ -239,7 +239,7 @@ public void testCheckWindowFrameBeforeFunc5() {
 
         WindowFrame windowFrame2 = new WindowFrame(FrameUnitsType.ROWS,
                 FrameBoundary.newFollowingBoundary(new IntegerLiteral(5)), 
FrameBoundary.newFollowingBoundary(new IntegerLiteral(4)));
-        String errorMsg2 = "WindowFrame with FOLLOWING boundary requires that 
leftBoundOffset >= rightBoundOffset";
+        String errorMsg2 = "WindowFrame with FOLLOWING boundary requires that 
leftBoundOffset <= rightBoundOffset";

Review Comment:
   This is problem of legacy test case. 



-- 
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