julianhyde commented on code in PR #3167:
URL: https://github.com/apache/calcite/pull/3167#discussion_r1187828340
##########
core/src/main/java/org/apache/calcite/runtime/CalciteResource.java:
##########
@@ -885,6 +885,9 @@ ExInst<CalciteException>
illegalArgumentForTableFunctionCall(String a0,
@BaseMessage("Third argument (pad pattern) for LPAD/RPAD must not be empty")
ExInst<CalciteException> illegalEmptyPadPattern();
+ @BaseMessage("Array index {0,number,#} is out of bounds.")
Review Comment:
remove the period
--
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]