julianhyde commented on code in PR #3184:
URL: https://github.com/apache/calcite/pull/3184#discussion_r1184449084


##########
core/src/main/java/org/apache/calcite/runtime/CalciteResource.java:
##########
@@ -1020,10 +1020,10 @@ ExInstWithCause<CalciteException> failedToAccessField(
   @BaseMessage("No operator for ''{0}'' with kind: ''{1}'', syntax: ''{2}'' 
during JSON deserialization")
   ExInst<CalciteException> noOperator(String name, String kind, String syntax);
 
-  @BaseMessage("Invalid input for position function from operand value must 
not be zero")
+  @BaseMessage("Invalid input for POSITION function: from operand value must 
not be zero")
   ExInst<CalciteException> fromNotZero();
 
-  @BaseMessage("Invalid input for position function occurrence operand value 
must not be zero")
+  @BaseMessage("Invalid input for POSITION function: occurrence operand value 
must be positive")

Review Comment:
   Don't put stuff at the end of a file. Open source maintainers will hate you.



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