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_r355940307
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/test/JdbcTest.java
 ##########
 @@ -7158,6 +7158,15 @@ public void testJsonPretty() {
         .returns("A=29; B=35; C=37; D=36\n");
   }
 
+  @Test
 
 Review comment:
   Removed test from JdbcTest, Tried adding test to 
   ```
   # misc.iq
   # XML
   values ExtractValue('<a>c</a>', '//a');
   EXPR$0
   c
   !ok
   
   --
   Test case failed with : java.sql.SQLException: Error while executing SQL 
"values ExtractValue('<a>c</a>', '//a')": From line 1, column 8 to line 1, 
column 38: No match found for function signature EXTRACTVALUE(<CHARACTER>, 
<CHARACTER>)
   ```
   
   
   It would be great if you could help me and point to some example :)

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