cecemei commented on code in PR #18524:
URL: https://github.com/apache/druid/pull/18524#discussion_r2353914295


##########
processing/src/test/java/org/apache/druid/data/input/impl/AggregateProjectionSpecTest.java:
##########
@@ -112,9 +113,15 @@ void testComputeOrdering_granularity()
         ColumnType.LONG,
         TestExprMacroTable.INSTANCE
     );
+    ExpressionVirtualColumn ptEvery10MinLA = new ExpressionVirtualColumn(
+        "ptEvery10MinLA",
+        "timestamp_floor(__time, 'PT10M', null, 'America/Los_Angeles')",
+        ColumnType.LONG,
+        TestExprMacroTable.INSTANCE
+    );
     ExpressionVirtualColumn ptEvery10Min = new ExpressionVirtualColumn(

Review Comment:
   i mean, pt means pacific time,and this is utc time zone



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to