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 2021/11/23 04:35:51 UTC

[GitHub] [iotdb] Alima777 commented on a change in pull request #4441: [IOTDB-1951] Support aggregation query without value filter in new vector

Alima777 commented on a change in pull request #4441:
URL: https://github.com/apache/iotdb/pull/4441#discussion_r754798481



##########
File path: server/src/main/java/org/apache/iotdb/db/query/aggregation/impl/CountAggrResult.java
##########
@@ -57,6 +57,7 @@ public void updateResultFromPageData(IBatchDataIterator batchIterator) {
   public void updateResultFromPageData(
       IBatchDataIterator batchIterator, long minBound, long maxBound) {
     int cnt = 0;
+    int count = batchIterator.totalLength();

Review comment:
       Remove this.




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