zhztheplayer commented on a change in pull request #1070: [CALCITE-2808]Add the
JSON_LENGTH function
URL: https://github.com/apache/calcite/pull/1070#discussion_r266224659
##########
File path: core/src/main/java/org/apache/calcite/runtime/CalciteResource.java
##########
@@ -43,6 +43,9 @@
@BaseMessage("APPLY operator is not allowed under the current SQL
conformance level")
ExInst<CalciteException> applyNotAllowed();
+ @BaseMessage("Accept non path is not allowed under the current SQL
conformance level")
Review comment:
Is it better to change the message like "JSON path expression must be
specified after the JSON value expression"? If so the method name should be
changed as well.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services