zhztheplayer commented on a change in pull request #1146: [CALCITE-2975] Add 
the JSON_REMOVE function
URL: https://github.com/apache/calcite/pull/1146#discussion_r272428852
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/runtime/CalciteResource.java
 ##########
 @@ -882,6 +882,9 @@
 
   @BaseMessage("Not a valid input for JSON_KEYS: ''{0}''")
   ExInst<CalciteException> invalidInputForJsonKeys(String value);
+
+  @BaseMessage("Not a valid input for JSON_REMOVE: jsonDoc: ''{0}'', kvs: 
''{1}''")
 
 Review comment:
   This is good but I am afraid that the camel case is still not very friendly 
to end users.

----------------------------------------------------------------
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

Reply via email to