You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xu...@apache.org on 2020/12/18 02:47:57 UTC

[iotdb] branch virtual_partition_2_merge updated (1510ae4 -> 9c7e86f)

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

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


    from 1510ae4  Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge
     add c7f6bea  [IOTDB-1057] Remove Data type ALL in create time series sentence (#2268)
     add eef210c  [IOTDB-1060] Support full deletion for delete statement without where clause (#2276)
     add 07a7689  Arrange query test (#2245)
     add b85ddfc  Fix Last query output when last value does not exist in a series (#2275)
     add 39e68b2  Fix hive-connector CI (#2279)
     new 9c7e86f  Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge

The 1 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:
 .../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4   |   8 +-
 .../DML Data Manipulation Language.md              |   6 +
 .../DML Data Manipulation Language.md              |   5 +
 hive-connector/pom.xml                             |   6 +-
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    |   5 +-
 .../iotdb/db/query/control/TracingManager.java     |   2 +-
 .../iotdb/db/query/executor/LastQueryExecutor.java |  18 +-
 .../apache/iotdb/db/engine/merge/MergeTest.java    |   2 +-
 .../iotdb/db/integration/IoTDBAddSubDeviceIT.java  |  15 +-
 .../iotdb/db/integration/IoTDBAlignByDeviceIT.java |  31 +--
 .../org/apache/iotdb/db/integration/IoTDBAsIT.java |  10 +
 .../db/integration/IoTDBAutoCreateSchemaIT.java    |  19 +-
 .../iotdb/db/integration/IoTDBDeletionIT.java      |  18 ++
 .../apache/iotdb/db/integration/IoTDBLastIT.java   |  13 +-
 .../IoTDBAggregationByLevelIT.java                 |   9 +-
 .../IoTDBAggregationDeleteIT.java                  |  16 +-
 .../{ => aggregation}/IoTDBAggregationIT.java      |   2 +-
 .../IoTDBAggregationLargeDataIT.java               | 247 +++------------------
 .../IoTDBAggregationSmallDataIT.java               | 179 ++++++++-------
 .../{ => auth}/IoTDBAuthorizationIT.java           |   2 +-
 .../db/query/aggregation/AggregateResultTest.java  |  19 +-
 .../query/aggregation/DescAggregateResultTest.java | 126 +++++++++++
 .../iotdb/db/query/control/TracingManagerTest.java | 111 +++++++++
 .../db/query/dataset/ShowTimeSeriesResultTest.java |  57 +++++
 .../groupby}/GroupByEngineDataSetTest.java         |  94 +++++---
 .../{ => groupby}/GroupByFillDataSetTest.java      |   2 +-
 .../{ => groupby}/GroupByLevelDataSetTest.java     |   2 +-
 .../{ => groupby}/GroupByTimeDataSetTest.java      |   2 +-
 28 files changed, 619 insertions(+), 407 deletions(-)
 rename server/src/test/java/org/apache/iotdb/db/integration/{ => aggregation}/IoTDBAggregationByLevelIT.java (97%)
 rename server/src/test/java/org/apache/iotdb/db/integration/{ => aggregation}/IoTDBAggregationDeleteIT.java (89%)
 rename server/src/test/java/org/apache/iotdb/db/integration/{ => aggregation}/IoTDBAggregationIT.java (99%)
 rename server/src/test/java/org/apache/iotdb/db/integration/{ => aggregation}/IoTDBAggregationLargeDataIT.java (77%)
 rename server/src/test/java/org/apache/iotdb/db/integration/{ => aggregation}/IoTDBAggregationSmallDataIT.java (87%)
 rename server/src/test/java/org/apache/iotdb/db/integration/{ => auth}/IoTDBAuthorizationIT.java (99%)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/query/aggregation/DescAggregateResultTest.java
 create mode 100644 server/src/test/java/org/apache/iotdb/db/query/control/TracingManagerTest.java
 create mode 100644 server/src/test/java/org/apache/iotdb/db/query/dataset/ShowTimeSeriesResultTest.java
 rename server/src/test/java/org/apache/iotdb/db/query/{executor => dataset/groupby}/GroupByEngineDataSetTest.java (87%)
 rename server/src/test/java/org/apache/iotdb/db/query/dataset/{ => groupby}/GroupByFillDataSetTest.java (99%)
 rename server/src/test/java/org/apache/iotdb/db/query/dataset/{ => groupby}/GroupByLevelDataSetTest.java (99%)
 rename server/src/test/java/org/apache/iotdb/db/query/dataset/{ => groupby}/GroupByTimeDataSetTest.java (99%)


[iotdb] 01/01: Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge

Posted by xu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xuekaifeng pushed a commit to branch virtual_partition_2_merge
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 9c7e86f9b477f9ed8497752ed7c3dbf53e6f3d7d
Merge: 1510ae4 39e68b2
Author: 151250176 <15...@smail.nju.edu.cn>
AuthorDate: Fri Dec 18 10:45:12 2020 +0800

    Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge

 .../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4   |   8 +-
 .../DML Data Manipulation Language.md              |   6 +
 .../DML Data Manipulation Language.md              |   5 +
 hive-connector/pom.xml                             |   6 +-
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    |   5 +-
 .../iotdb/db/query/control/TracingManager.java     |   2 +-
 .../iotdb/db/query/executor/LastQueryExecutor.java |  18 +-
 .../apache/iotdb/db/engine/merge/MergeTest.java    |   2 +-
 .../iotdb/db/integration/IoTDBAddSubDeviceIT.java  |  15 +-
 .../iotdb/db/integration/IoTDBAlignByDeviceIT.java |  31 +--
 .../org/apache/iotdb/db/integration/IoTDBAsIT.java |  10 +
 .../db/integration/IoTDBAutoCreateSchemaIT.java    |  19 +-
 .../iotdb/db/integration/IoTDBDeletionIT.java      |  18 ++
 .../apache/iotdb/db/integration/IoTDBLastIT.java   |  13 +-
 .../IoTDBAggregationByLevelIT.java                 |   9 +-
 .../IoTDBAggregationDeleteIT.java                  |  16 +-
 .../{ => aggregation}/IoTDBAggregationIT.java      |   2 +-
 .../IoTDBAggregationLargeDataIT.java               | 247 +++------------------
 .../IoTDBAggregationSmallDataIT.java               | 179 ++++++++-------
 .../{ => auth}/IoTDBAuthorizationIT.java           |   2 +-
 .../db/query/aggregation/AggregateResultTest.java  |  19 +-
 .../query/aggregation/DescAggregateResultTest.java | 126 +++++++++++
 .../iotdb/db/query/control/TracingManagerTest.java | 111 +++++++++
 .../db/query/dataset/ShowTimeSeriesResultTest.java |  57 +++++
 .../groupby}/GroupByEngineDataSetTest.java         |  94 +++++---
 .../{ => groupby}/GroupByFillDataSetTest.java      |   2 +-
 .../{ => groupby}/GroupByLevelDataSetTest.java     |   2 +-
 .../{ => groupby}/GroupByTimeDataSetTest.java      |   2 +-
 28 files changed, 619 insertions(+), 407 deletions(-)