julianhyde commented on code in PR #2819:
URL: https://github.com/apache/calcite/pull/2819#discussion_r889749799
##########
core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties:
##########
@@ -319,4 +319,5 @@ InvalidInputForExtractXml=Invalid input for EXTRACT xpath:
''{0}'', namespace: '
InvalidInputForExistsNode=Invalid input for EXISTSNODE xpath: ''{0}'',
namespace: ''{1}''
DifferentLengthForBitwiseOperands=Different length for bitwise operands: the
first: {0,number,#}, the second: {1,number,#}
NoOperator=No operator for ''{0}'' with kind: ''{1}'', syntax: ''{2}'' during
JSON deserialization
+IllegalArrayExpression=Illegal array expression {0}
Review Comment:
I don't see any tests for 'Illegal array expression'. Please add at least
one test.
--
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]