You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2022/01/14 08:16:06 UTC

[iotdb] branch client_manager_add_close updated (254a96b -> 7f7329c)

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

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


    from 254a96b   fix hasSgCol not serialized in ShowDevicesPlan disable unsuitable tests in cluster mode
     add 8385ea9  fix column order in tests
     add 7f7329c  support count timeseries group by level

No new revisions were added by this update.

Summary of changes:
 .../cluster/client/sync/SyncClientAdaptor.java     |  10 +
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 206 +++++++++++++---
 .../iotdb/cluster/query/LocalQueryExecutor.java    |  23 ++
 .../cluster/server/service/DataAsyncService.java   |  15 ++
 .../server/service/DataGroupServiceImpls.java      |  21 ++
 .../cluster/server/service/DataSyncService.java    |  10 +
 .../iotdb/db/integration/IoTDBAlignByDeviceIT.java |  41 +++-
 .../db/integration/IoTDBDeleteStorageGroupIT.java  |   2 +-
 .../iotdb/db/integration/IoTDBMetadataFetchIT.java |   4 +
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   2 +-
 .../test/java/org/apache/iotdb/db/sql/Cases.java   | 261 ++++++++++++++++++++-
 thrift-cluster/src/main/thrift/cluster.thrift      |   1 +
 12 files changed, 546 insertions(+), 50 deletions(-)