You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/10/29 15:38:51 UTC

[iotdb] branch master updated (561a4aaf64 -> aaf595de63)

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

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


    from 561a4aaf64 [IOTDB-4788] Make Using clause in CREATE TRIGGER optional (ConfigNode) (#7788)
     add aaf595de63 [IOTDB-3397] Support Template Session and Add Session IT (#7789)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/client-python.yml                |   2 +-
 client-py/tests/test_template.py                   | 127 +------
 .../persistence/schema/ClusterSchemaInfo.java      |  18 +-
 .../impl/schema/DeactivateTemplateProcedure.java   |   1 +
 .../session/it/IoTDBSessionSchemaTemplateIT.java   | 223 ++++++++++++
 .../iotdb/session/it/IoTDBSessionSimpleIT.java     | 184 ----------
 .../apache/iotdb/session/template/TemplateUT.java  | 400 ---------------------
 .../db/mpp/plan/parser/StatementGenerator.java     |  14 +
 .../service/thrift/impl/ClientRPCServiceImpl.java  |  83 ++++-
 9 files changed, 354 insertions(+), 698 deletions(-)
 create mode 100644 integration-test/src/test/java/org/apache/iotdb/session/it/IoTDBSessionSchemaTemplateIT.java
 delete mode 100644 integration/src/test/java/org/apache/iotdb/session/template/TemplateUT.java