mihaibudiu commented on code in PR #3942:
URL: https://github.com/apache/calcite/pull/3942#discussion_r1752684371
##########
core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties:
##########
@@ -207,6 +207,7 @@ ArgumentMustBeNumericLiteralInRange=Argument to function
''{0}'' must be a numer
ValidationError=Validation Error: {0}
IllegalLocaleFormat=Locale ''{0}'' in an illegal format
ArgumentMustNotBeNull=Argument to function ''{0}'' must not be NULL
+AtLeastOneArgumentMustNotBeNull=At least one argument to function ''{0}'' must
not be NULL
Review Comment:
I have seen this: "Illegal use of ''NULL''"
--
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]