You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/12/10 12:26:13 UTC

[GitHub] [calcite] danny0405 commented on a change in pull request #1640: [CALCITE-3552] Support MySQL ExtractValue function

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

 ##########
 File path: core/src/test/java/org/apache/calcite/sql/test/SqlOperatorBaseTest.java
 ##########
 @@ -5169,7 +5169,32 @@ private void checkNullOperand(SqlTester tester, String op) {
     tester.checkBoolean("'[]' is not json scalar", true);
   }
 
-  @Test public void testLowerFunc() {
+  @Test
+  public void testExtractValue() {
 
 Review comment:
   Keep `@Test` same line with method name.

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


With regards,
Apache Git Services