Github user arina-ielchiieva commented on a diff in the pull request:

    https://github.com/apache/drill/pull/821#discussion_r115026331
  
    --- Diff: 
exec/java-exec/src/test/java/org/apache/drill/exec/expr/fn/impl/TestStringFunctions.java
 ---
    @@ -308,4 +308,58 @@ public void testReverseLongVarChars() throws Exception 
{
           FileUtils.deleteQuietly(path);
         }
       }
    +
    +  @Test
    +  public void testLower() throws Exception {
    +    testBuilder()
    +        .sqlQuery("select\n" +
    +            "lower('ABC') col_upper,\n" +
    +            "lower('abc') col_lower,\n" +
    --- End diff --
    
    Created Jira DRILL-5477 and added appropriate unit test which is ignored 
for now.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to