oleg-zinovev commented on code in PR #12096:
URL: https://github.com/apache/ignite/pull/12096#discussion_r3528080045


##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/FunctionsTest.java:
##########
@@ -521,4 +521,23 @@ public void testRewrittenFunctionWithSubquery() {
         assertQuery("select minute((select max(t) from 
tbl))").returns(40L).check();
         assertQuery("select second((select max(t) from 
tbl))").returns(15L).check();
     }
+
+    /** Test Ignite custom lead/lag functions. */
+    @Test
+    public void testLeadLagFunctions() {

Review Comment:
   @alex-plekhanov 
   In the end, should I move the `LEAD/LAG` tests to `WindowIntegrationTest`, 
or keep them in `FunctionsTest`?



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

Reply via email to