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/11/28 10:12:08 UTC

[iotdb] 01/01: merge with rel/0.11

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

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

commit bdc39b25b31760ce6ed57d46f3762cf41df7f7b8
Merge: 6878851 827dc33
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sat Nov 28 18:11:38 2020 +0800

    merge with rel/0.11

 RELEASE_NOTES.md                                   |  4 +-
 antlr/pom.xml                                      |  2 +-
 cli/pom.xml                                        |  4 +-
 client-py/compile.bat                              | 29 ---------
 client-py/compile.sh                               | 28 --------
 client-py/pom.xml                                  |  6 +-
 client-py/pypi/README.md                           | 34 ++++++----
 client-py/readme.md                                | 46 +++++++------
 client-py/src/SessionExample.py                    | 10 ++-
 client-py/src/{ => iotdb}/Session.py               | 28 +++++---
 client-py/src/{utils => iotdb}/__init__.py         |  0
 client-py/src/{ => iotdb}/utils/Field.py           |  5 +-
 client-py/src/{ => iotdb}/utils/IoTDBConstants.py  |  0
 client-py/src/{ => iotdb}/utils/IoTDBRpcDataSet.py | 13 +++-
 client-py/src/{ => iotdb}/utils/RowRecord.py       |  8 ++-
 client-py/src/{ => iotdb}/utils/SessionDataSet.py  | 16 +++--
 client-py/src/{ => iotdb}/utils/Tablet.py          |  7 +-
 client-py/src/{ => iotdb/utils}/__init__.py        |  0
 cross-tests/pom.xml                                |  2 +-
 distribution/pom.xml                               |  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                                    |  4 +-
 hadoop/pom.xml                                     |  4 +-
 hive-connector/pom.xml                             |  6 +-
 jdbc/pom.xml                                       |  4 +-
 pom.xml                                            | 10 +--
 server/file-changelists/tlog-changelist.md         |  9 +++
 server/pom.xml                                     |  2 +-
 .../resources/conf/iotdb-engine.properties         |  4 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  4 +-
 .../level/LevelCompactionTsFileManagement.java     |  3 +-
 .../engine/storagegroup/StorageGroupProcessor.java | 50 ++++++++-------
 .../db/engine/storagegroup/TsFileResource.java     | 17 -----
 .../org/apache/iotdb/db/metadata/MManager.java     | 11 ++--
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  8 ++-
 .../org/apache/iotdb/db/metadata/TagLogFile.java   | 22 +++++--
 .../main/java/org/apache/iotdb/db/qp/Planner.java  |  1 -
 .../query/dataset/groupby/GroupByFillDataSet.java  |  8 +--
 .../iotdb/db/query/executor/LastQueryExecutor.java | 50 ++++++++-------
 .../iotdb/db/query/executor/QueryRouter.java       |  6 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 75 ++++++++--------------
 .../engine/storagegroup/TsFileProcessorTest.java   |  3 +-
 .../iotdb/db/metadata/MManagerBasicTest.java       |  4 +-
 service-rpc/pom.xml                                |  2 +-
 session/pom.xml                                    |  2 +-
 site/pom.xml                                       |  2 +-
 spark-iotdb-connector/pom.xml                      |  2 +-
 spark-tsfile/pom.xml                               |  4 +-
 thrift/pom.xml                                     |  2 +-
 thrift/src/main/thrift/cluster.thrift              |  1 +
 thrift/src/main/thrift/rpc.thrift                  |  1 +
 thrift/src/main/thrift/sync.thrift                 |  1 +
 tsfile/pom.xml                                     |  2 +-
 63 files changed, 290 insertions(+), 304 deletions(-)