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 58ca9b2 implement update by batchdata
new 7ec448d add test for align by device and aggregation vector:
new 174b312 Fix cursor bug
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../reader/series/VectorSeriesAggregateReader.java | 2 +-
.../session/IoTDBSessionVectorABDeviceIT.java | 146 ++++++++++++
.../session/IoTDBSessionVectorAggregationIT.java | 261 +++++++++++++++++++++
3 files changed, 408 insertions(+), 1 deletion(-)
create mode 100644
session/src/test/java/org/apache/iotdb/session/IoTDBSessionVectorABDeviceIT.java
create mode 100644
session/src/test/java/org/apache/iotdb/session/IoTDBSessionVectorAggregationIT.java