julianhyde commented on a change in pull request #1640: [CALCITE-3552] Support
MySQL ExtractValue function
URL: https://github.com/apache/calcite/pull/1640#discussion_r355790675
##########
File path: core/src/test/java/org/apache/calcite/sql/parser/SqlParserTest.java
##########
@@ -8553,6 +8553,13 @@ public void subTestIntervalSecondFailsValidation() {
.ok("('100' IS NOT JSON SCALAR)");
}
+ @Test public void testExtractValue() {
Review comment:
remove this test. it is not necessary. you have not changed the parser.
----------------------------------------------------------------
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