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

[incubator-iotdb] branch add_partition_removal updated (63736be -> e207add)

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

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


    from 63736be  Merge branch 'master' into add_partition_removal
     add 121e2e7  prepare for announcing releasing v0.10
     add 7a9d689  fix typo of the dwonload webpage
     add 03c4f03  move getSeriesSchemas to MManager
     add 46e78a0  Merge pull request #1408 from mychaow/master
     add e207add  Merge branch 'master' into add_partition_removal

No new revisions were added by this update.

Summary of changes:
 cli/pom.xml                                        |   2 +-
 distribution/pom.xml                               |   2 +-
 docker/src/main/Dockerfile                         |   4 +-
 .../main/{Dockerfile-0.9.0 => Dockerfile-0.10.0}   |  10 +-
 docs/Download/README.md                            |  36 +++
 docs/SystemDesign/TsFile/Format.md                 |   2 +-
 docs/UserGuide/Operation Manual/SQL Reference.md   |   2 +-
 docs/zh/Download/README.md                         |  30 ++
 docs/zh/SystemDesign/TsFile/Format.md              |   2 +-
 .../UserGuide/Ecosystem Integration/Hive TsFile.md |   6 +-
 .../zh/UserGuide/Operation Manual/SQL Reference.md |   2 +-
 example/flink/pom.xml                              |   2 +-
 example/hadoop/pom.xml                             |   6 +-
 example/jdbc/pom.xml                               |   2 +-
 example/kafka/pom.xml                              |   2 +-
 example/mqtt/pom.xml                               |   2 +-
 example/pom.xml                                    |   2 +-
 example/rocketmq/pom.xml                           |   2 +-
 example/session/pom.xml                            |   2 +-
 example/tsfile/pom.xml                             |   2 +-
 flink-iotdb-connector/pom.xml                      |   2 +-
 flink-tsfile-connector/pom.xml                     |   2 +-
 grafana/pom.xml                                    |   2 +-
 hadoop/pom.xml                                     |   4 +-
 hive-connector/pom.xml                             |   6 +-
 jdbc/pom.xml                                       |   2 +-
 pom.xml                                            |   2 +-
 server/pom.xml                                     |   2 +-
 .../org/apache/iotdb/db/metadata/MManager.java     | 259 +++++++++++++++--
 .../org/apache/iotdb/db/mqtt/PublishHandler.java   |   2 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 318 ++-------------------
 .../iotdb/db/qp/physical/crud/InsertPlan.java      |  33 +--
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  64 ++---
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   |  13 +-
 service-rpc/pom.xml                                |   2 +-
 service-rpc/src/pypi/README.md                     |   2 -
 service-rpc/src/pypi/setup.py                      |   4 +-
 session/pom.xml                                    |   2 +-
 .../java/org/apache/iotdb/session/SessionUT.java   |  26 +-
 site/pom.xml                                       |  40 ++-
 site/src/main/.vuepress/config.js                  | 192 ++++++++++++-
 spark-iotdb-connector/pom.xml                      |   2 +-
 spark-tsfile/pom.xml                               |   4 +-
 tsfile/pom.xml                                     |   2 +-
 44 files changed, 652 insertions(+), 455 deletions(-)
 copy docker/src/main/{Dockerfile-0.9.0 => Dockerfile-0.10.0} (79%)