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_r266234449
##########
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("JSON path expression must be specified after the JSON value
expression")
+ ExInst<CalciteException> jsonPathAfterJsonValueExpression();
Review comment:
Thank you for the modification, @XuQianJin-Stars. But the method name seems
to be a little confusing. I suggest to change it to "jsonPathMustBeSpecified"
or something similar.
----------------------------------------------------------------
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