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

    https://github.com/apache/drill/pull/752#discussion_r102298318
  
    --- Diff: 
exec/java-exec/src/test/java/org/apache/drill/exec/fn/interp/ExpressionInterpreterTest.java
 ---
    @@ -124,7 +125,7 @@ public void interpreterDateTest() throws Exception {
         final BitControl.PlanFragment planFragment = 
BitControl.PlanFragment.getDefaultInstance();
         final QueryContextInformation queryContextInfo = 
planFragment.getContext();
         final int                        timeZoneIndex = 
queryContextInfo.getTimeZone();
    -    final org.joda.time.DateTimeZone timeZone = 
org.joda.time.DateTimeZone.forID(org.apache.drill.exec.expr.fn.impl.DateUtility.getTimeZone(timeZoneIndex));
    +    final DateTimeZone timeZone =    
DateTimeZone.forID(org.apache.drill.exec.expr.fn.impl.DateUtility.getTimeZone(timeZoneIndex));
    --- End diff --
    
    Please remove extra space after `=`


---
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