clintropolis commented on code in PR #18524:
URL: https://github.com/apache/druid/pull/18524#discussion_r2353785269
##########
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:
this renamed `ptEvery10Min` to `ptEvery10MinLA`, and `ptEvery10Min` is now
just utc, but both are used by different tests
--
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]