You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by GitBox <gi...@apache.org> on 2018/07/18 18:47:51 UTC

[GitHub] gianm commented on a change in pull request #5993: SQL: Add server-wide default time zone config.

gianm commented on a change in pull request #5993: SQL: Add server-wide default time zone config.
URL: https://github.com/apache/incubator-druid/pull/5993#discussion_r203489841
 
 

 ##########
 File path: sql/src/test/java/io/druid/sql/calcite/CalciteQueryTest.java
 ##########
 @@ -169,6 +169,14 @@ public int getMaxQueryCount()
       return 1;
     }
   };
+  private static final PlannerConfig PLANNER_CONFIG_LOS_ANGELES = new PlannerConfig()
+  {
+    @Override
+    public DateTimeZone getSqlTimeZone()
+    {
+      return DateTimeZone.forID("America/Los_Angeles");
 
 Review comment:
   I'll change this

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@druid.apache.org
For additional commands, e-mail: dev-help@druid.apache.org