You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2021/03/26 00:53:10 UTC

[iotdb] branch Vector updated (b99ca9a -> ba98cb2)

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

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


    from b99ca9a  change template naming
     add ba98cb2  fix some it

No new revisions were added by this update.

Summary of changes:
 .../test/java/org/apache/iotdb/cluster/common/IoTDBTest.java |  2 +-
 .../iotdb/cluster/query/ClusterAggregateExecutorTest.java    |  4 ++--
 .../iotdb/cluster/query/ClusterDataQueryExecutorTest.java    |  4 ++--
 .../apache/iotdb/cluster/query/ClusterFillExecutorTest.java  |  4 ++--
 .../apache/iotdb/cluster/query/ClusterPlanExecutorTest.java  |  2 +-
 .../apache/iotdb/cluster/query/ClusterQueryRouterTest.java   | 12 ++++++------
 .../query/groupby/ClusterGroupByNoVFilterDataSetTest.java    |  2 +-
 .../query/groupby/ClusterGroupByVFilterDataSetTest.java      |  2 +-
 .../apache/iotdb/db/qp/physical/crud/RawDataQueryPlan.java   |  6 +++++-
 .../apache/iotdb/db/query/dataset/AlignByDeviceDataSet.java  |  8 ++++----
 .../iotdb/db/engine/modification/DeletionQueryTest.java      | 10 +++++-----
 .../iotdb/db/integration/IoTDBEngineTimeGeneratorIT.java     |  4 ++--
 .../iotdb/db/integration/IoTDBSequenceDataQueryIT.java       |  6 +++---
 .../org/apache/iotdb/db/integration/IoTDBSeriesReaderIT.java |  8 ++++----
 .../org/apache/iotdb/tsfile/read/TsFileSequenceReader.java   |  4 +++-
 .../main/java/org/apache/iotdb/tsfile/read/common/Chunk.java |  6 ++++--
 .../apache/iotdb/tsfile/read/reader/chunk/ChunkReader.java   |  2 +-
 .../iotdb/tsfile/read/reader/chunk/VectorChunkReader.java    |  2 +-
 18 files changed, 48 insertions(+), 40 deletions(-)