You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2021/09/22 12:50:08 UTC

[iotdb] branch aggrVector2 updated (d95c23d -> b10c479)

This is an automated email from the ASF dual-hosted git repository.

xiangweiwei pushed a change to branch aggrVector2
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from d95c23d  add align by device test
     add b10c479  Add aggregation with unseq data test and fix bug

No new revisions were added by this update.

Summary of changes:
 .../db/query/executor/AggregationExecutor.java     |  13 ++-
 .../session/IoTDBSessionVectorABDeviceIT.java      |  24 +++++
 .../session/IoTDBSessionVectorAggregationIT.java   |  14 ++-
 ... IoTDBSessionVectorAggregationWithUnSeqIT.java} | 112 +++++++++------------
 ....java => IoTDBSessionVectorRawDataQueryIT.java} |  19 +++-
 .../apache/iotdb/tsfile/read/common/BatchData.java |  36 ++++---
 .../tsfile/read/common/DescReadWriteBatchData.java |  41 ++++++++
 .../tsfile/read/reader/page/VectorPageReader.java  |   2 +-
 8 files changed, 166 insertions(+), 95 deletions(-)
 copy session/src/test/java/org/apache/iotdb/session/{IoTDBSessionVectorABDeviceIT.java => IoTDBSessionVectorAggregationWithUnSeqIT.java} (57%)
 rename session/src/test/java/org/apache/iotdb/session/{IoTDBSessionVectorIT.java => IoTDBSessionVectorRawDataQueryIT.java} (92%)