zstan commented on code in PR #13544:
URL: https://github.com/apache/ignite/pull/13544#discussion_r3965037104


##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/UserDefinedFunctionsIntegrationTest.java:
##########
@@ -94,6 +94,27 @@ public void testSameSignatureNotRegistered() throws 
Exception {
         assertEquals(1, schema.getFunctions("SAMESIGN").size());
     }
 
+    /** */
+    @Test
+    public void testOverloadedFunctions() {

Review Comment:
   ok, lets align this test with already existing, i mean :  append LogListener 
- check plz ?
   
   ```
       public void testSameSignatureNotRegistered() throws Exception {
           LogListener logChecker = LogListener.matches("Unable to register 
function 'SAMESIGN'. Other function " +
               "with the same name and parameters is already 
registered").build();
   ```



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