mihaibudiu commented on code in PR #4359:
URL: https://github.com/apache/calcite/pull/4359#discussion_r2072491686


##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -11954,6 +11955,7 @@ void assertSubFunReturns(boolean binary, String s, int 
start,
         "Invalid argument '': the length of the string describing "
             + "the trimmed character must be 1",
         true);
+    f.checkFails("trim()", "Invalid number of arguments to function 'TRIM'. 
Was expecting at least 2 arguments", false);

Review Comment:
   then the PR is incomplete



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