mihaibudiu commented on code in PR #3942:
URL: https://github.com/apache/calcite/pull/3942#discussion_r1750717382
##########
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:
there are other functions which give an error in this case, but this error
message is frankly better. maybe we should update the other ones.
--
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]