You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/04/06 14:29:17 UTC

[incubator-iotdb] branch optimize_travis updated (9bc60d8 -> 627dd3c)

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

hxd pushed a change to branch optimize_travis
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 9bc60d8  test coveralls
     add a63bd82  fix concurrent auto create schema bug (#989)
     add c4c9189  [HOTFIX] fix typo in rocketmq example (#990)
     add 18c112c  update doc for Writing data on HDFS
     add 7e8299d  modify website (#988)
     add 627dd3c  Merge branch 'master' into optimize_travis

No new revisions were added by this update.

Summary of changes:
 .../8-Architecture/2-Writing Data on HDFS.md       |   4 +-
 .../8-Architecture/2-Writing Data on HDFS.md       |   4 +-
 .../apache/iotdb/rocketmq/RocketMQConsumer.java    |   2 +-
 .../java/org/apache/iotdb/db/metadata/MTree.java   |   8 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  29 ++-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  31 ++--
 site/README-zh.md                                  | 206 +++++++++++++++++++++
 site/README.md                                     | 169 ++++++++++++++---
 site/src/main/.vuepress/config.js                  |  32 ++--
 9 files changed, 420 insertions(+), 65 deletions(-)
 create mode 100644 site/README-zh.md