gianm commented on a change in pull request #7704: SQL: Respect default 
timezone for TIME_PARSE and TIME_SHIFT.
URL: https://github.com/apache/incubator-druid/pull/7704#discussion_r285817027
 
 

 ##########
 File path: sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java
 ##########
 @@ -5995,7 +5998,7 @@ public void testTimeseriesUsingTimeFloorWithTimeShift() 
throws Exception
                         .setVirtualColumns(
                             expressionVirtualColumn(
                                 "v0",
-                                
"timestamp_floor(timestamp_shift(\"__time\",'P1D',-1),'P1M',null,'UTC')",
+                                
"timestamp_floor(timestamp_shift(\"__time\",'P1D',-1,'UTC'),'P1M',null,'UTC')",
 
 Review comment:
   I added one in ExpressionsTest.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to