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

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


    from c90289c449 wrong  Update
     add 152c10bf67 [IOTDB-5882] Support create empty schema template (#9858)
     add dd86d1aca2 fix only loading one data directory when start iotdb (#9791)
     new dbf3673d26 Merge remote-tracking branch 'origin/master' into caLastOpt
     new e037bc853b Add session interface

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:
 .../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4   |  2 +-
 .../iotdb/db/it/schema/IoTDBSchemaTemplateIT.java  | 45 ++++++++++++++++++++
 .../java/org/apache/iotdb/isession/ISession.java   |  3 ++
 .../apache/iotdb/isession/pool/ISessionPool.java   |  4 ++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  3 +-
 .../java/org/apache/iotdb/session/Session.java     | 31 ++++++++++++++
 .../apache/iotdb/session/SessionConnection.java    | 49 ++++++++++++++++++++++
 .../org/apache/iotdb/session/pool/SessionPool.java | 24 +++++++++++
 8 files changed, 159 insertions(+), 2 deletions(-)

Reply via email to