ritesh-kapoor commented on a change in pull request #1640: [CALCITE-3552] 
Support MySQL ExtractValue function
URL: https://github.com/apache/calcite/pull/1640#discussion_r355286596
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/runtime/CalciteResource.java
 ##########
 @@ -900,6 +900,11 @@
 
   @BaseMessage("Not a valid input for REGEXP_REPLACE: ''{0}''")
   ExInst<CalciteException> invalidInputForRegexpReplace(String value);
+
+  @BaseMessage("Illegal error behavior ''{0}'' EXTRACTVALUE: document: 
''{1}'', xpath expression:"
+      + " ''{2}''")
+  ExInst<CalciteException> illegalErrorBehaviorInExtractValueFunc(String 
value, String xpath,
+      String errorBehavior);
 }
 
 Review comment:
   Actually I referred IllegalErrorBehaviorInJsonQueryFunc, I have incorporated 
the changes :)

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