julianhyde commented on code in PR #3184:
URL: https://github.com/apache/calcite/pull/3184#discussion_r1184449263
##########
core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties:
##########
@@ -336,6 +336,6 @@ InvalidPartitionKeys=Only tables with set semantics may be
partitioned. Invalid
InvalidOrderBy=Only tables with set semantics may be ordered. Invalid ORDER BY
clause in the {0,number,#}-th operand of table function ''{1}''
MultipleRowSemanticsTables=A table function at most has one input table with
row semantics. Table function ''{0}'' has multiple input tables with row
semantics
NoOperator=No operator for ''{0}'' with kind: ''{1}'', syntax: ''{2}'' during
JSON deserialization
-FromNotZero=Invalid input for position function: from operand value must not
be zero
-OccurrenceNotZero=Invalid input for position function: occurrence operand
value must not be zero
+FromNotZero=Invalid input for POSITION function: from operand value must not
be zero
+OccurrenceNotZero=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]