You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/11/10 12:33:43 UTC

[iotdb] branch rename_sg_to_db updated (67440ed124 -> d0b628627f)

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

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


    from 67440ed124 fix ci
     add d0b628627f Add session method of database and make header config (#7961)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/SessionExample.java |  2 +-
 .../resources/conf/iotdb-common.properties         |  5 ++
 .../apache/iotdb/commons/conf/CommonConfig.java    | 10 ++++
 .../iotdb/commons/conf/CommonDescriptor.java       |  7 +++
 .../db/mpp/common/header/ColumnHeaderConstant.java |  6 ++-
 .../java/org/apache/iotdb/session/ISession.java    | 13 +++++
 .../java/org/apache/iotdb/session/Session.java     | 18 +++++++
 .../org/apache/iotdb/session/pool/SessionPool.java | 63 ++++++++++++++++++++++
 8 files changed, 122 insertions(+), 2 deletions(-)