julianhyde commented on a change in pull request #1640: [CALCITE-3552] Support
MySQL ExtractValue function
URL: https://github.com/apache/calcite/pull/1640#discussion_r355791634
##########
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:
remove this test. JdbcTest is too large already. this is not sufficiently
important.
add instead to one of the .iq tests.
----------------------------------------------------------------
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