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 2020/11/22 10:15:25 UTC

[iotdb] 14/21: Merge remote-tracking branch 'origin/master'

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

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

commit 3895dd169f1b50d8e40c8926b9bd628a60a50c92
Merge: d635aff 84c1f9c
Author: qiaojialin <64...@qq.com>
AuthorDate: Mon Nov 16 13:53:32 2020 +0800

    Merge remote-tracking branch 'origin/master'

 .github/workflows/main-ci.yml                      | 112 +++++++++++++++++
 .github/workflows/sonar_and_coverall.yml           |  76 ++++++++++++
 README.md                                          |  11 ++
 README_ZH.md                                       |  13 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   4 -
 .../iotdb/db/integration/IoTDBDeletionIT.java      |  29 +++++
 .../org/apache/iotdb/session/pool/SessionPool.java | 133 ++++++++++++++++-----
 .../apache/iotdb/session/pool/SessionPoolTest.java |  18 +++
 site/src/main/.vuepress/theme/components/Page.vue  |   3 +
 .../fileOutputFactory/LocalFSOutputFactory.java    |   3 +-
 ...SameMeasurementsWithDifferentDataTypesTest.java |  14 ++-
 .../write/writer/ForceAppendTsFileWriterTest.java  |  14 ++-
 12 files changed, 388 insertions(+), 42 deletions(-)