Junge-401 commented on code in PR #12967: URL: https://github.com/apache/druid/pull/12967#discussion_r954533771
########## extensions-core/stats/src/test/java/org/apache/druid/query/aggregation/variance/VarianceObjectVectorAggregatorTest.java: ########## @@ -47,6 +47,13 @@ public class VarianceObjectVectorAggregatorTest extends InitializedNullHandlingT new VarianceAggregatorCollector(2, 183, 1984.5) }; private static final boolean[] NULLS = new boolean[]{false, false, true, true, false}; + private static final Object[] OBJECTS = new Object[]{ Review Comment: ok, this is a good suggestion. -- 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: commits-unsubscr...@druid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org