You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by vvysotskyi <gi...@git.apache.org> on 2017/09/18 09:37:52 UTC

[GitHub] drill pull request #904: DRILL-5717: change some date time test cases with s...

Github user vvysotskyi commented on a diff in the pull request:

    https://github.com/apache/drill/pull/904#discussion_r137591528
  
    --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestDateFunctions.java ---
    @@ -135,11 +136,16 @@ public void testIntervalArithmetic() throws Exception {
     
         @Test
         public void testToChar() throws Exception {
    -
    -        String expectedResults[] = {(new LocalDate(2008, 2, 23)).toString("yyyy-MMM-dd"),
    +        Locale defaultLocale = Locale.getDefault();
    +        try{
    --- End diff --
    
    Please add spaces in all places where required.


---