You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/05/20 06:08:52 UTC

[GitHub] [iotdb] JackieTien97 commented on a diff in pull request #5938: [IOTDB-3222] Implementation of AlignedSeriesAggregateScanOperator

JackieTien97 commented on code in PR #5938:
URL: https://github.com/apache/iotdb/pull/5938#discussion_r877669718


##########
server/src/main/java/org/apache/iotdb/db/mpp/aggregation/Aggregator.java:
##########
@@ -110,6 +109,17 @@ public void processStatistics(Statistics statistics) {
     accumulator.addStatistics(statistics);
   }
 
+  /** Used for AlignedSeriesAggregateScanOperator. */

Review Comment:
   ```suggestion
     /** Used for AlignedSeriesAggregationScanOperator. */
   ```



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org