You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/05/31 20:18:22 UTC

[GitHub] [incubator-pinot] snleee commented on a change in pull request #5472: Initialize _aggregateMetric in constructor

snleee commented on a change in pull request #5472:
URL: https://github.com/apache/incubator-pinot/pull/5472#discussion_r432980359



##########
File path: pinot-core/src/main/java/org/apache/pinot/core/indexsegment/mutable/MutableSegmentImpl.java
##########
@@ -208,6 +208,8 @@ public long getLatestIngestionTimestamp() {
 
     int avgNumMultiValues = config.getAvgNumMultiValues();
 
+    _aggregateMetrics = config.aggregateMetrics();

Review comment:
       Let's put this line after line 173 since there are some lines that read variables from config.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org