zhztheplayer commented on a change in pull request #1086: [CALCITE-2892] Add 
the JSON_KEYS function
URL: https://github.com/apache/calcite/pull/1086#discussion_r271382782
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/runtime/CalciteResource.java
 ##########
 @@ -876,6 +876,9 @@
 
   @BaseMessage("Not a valid input for JSON_LENGTH: ''{0}''")
   ExInst<CalciteException> invalidInputForJsonLength(String value);
+
+  @BaseMessage("Unknown JSON keys in JSON_KEYS function, and the object is: 
''{0}''")
 
 Review comment:
   Could it be better: 
   Not a valid input for JSON_KEYS: ''{0}''?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to