You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/12/03 01:55:52 UTC

[iotdb] branch jira-1035-try updated (b237e96 -> 1ec0b97)

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

sunzesong pushed a change to branch jira-1035-try
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from b237e96  Add log
     add 8657b13  Add Apache Pulsar to IoTDB example (#2122)
     add d242932  Update compaction level list delete (#2152)
     add 18bb46a  [IOTDB-890] SDT implementation (#2087)
     add 467897e  add charset UTF-8 (#2155)
     add f6cd1f9  [IOTDB-1035] Fix bug in getDeviceTimeseriesMetadata when querying non-exist device (#2150)
     add 8e8384f  Fix File Not Found when serializing TsFileResources (#2161)
     add e95cebc  Fix flink-iotdb set storage group bug (#2165)
     add ccd6fab  [IOTDB-1032]Refactor site/pom.xml and move v0.11 to 0.12 in all pom files (#2139)
     add df22109  [IOTDB-1011] Memtable sort in query (#2144)
     add 50df8f3  Merge remote-tracking branch 'origin/master'
     add 1ec0b97  Try

No new revisions were added by this update.

Summary of changes:
 antlr/pom.xml                                      |   2 +-
 .../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4   |   5 -
 cli/pom.xml                                        |   4 +-
 client-cpp/client-cpp-example/pom.xml              |   4 +-
 client-cpp/pom.xml                                 |   4 +-
 client-py/pom.xml                                  |   2 +-
 client-py/pypi/setup.py                            |   2 +-
 compile-tools/boost/pom.xml                        |   2 +-
 compile-tools/pom.xml                              |   4 +-
 compile-tools/thrift/pom.xml                       |   2 +-
 cross-tests/pom.xml                                |   2 +-
 distribution/pom.xml                               |   2 +-
 docker/src/main/Dockerfile                         |   4 +-
 docs/Download/README.md                            |  47 +-
 docs/SystemDesign/TsFile/Format.md                 |   2 +-
 docs/UserGuide/Client/Command Line Interface.md    |   1 +
 docs/UserGuide/Concept/SDT.md                      |  45 ++
 docs/UserGuide/Operation Manual/SQL Reference.md   |  10 +-
 docs/zh/Download/README.md                         |  47 +-
 docs/zh/SystemDesign/TsFile/Format.md              |   2 +-
 docs/zh/UserGuide/Client/Command Line Interface.md |   2 +-
 .../zh/UserGuide/Concept/SDT.md                    |  24 +-
 .../UserGuide/Ecosystem Integration/Hive TsFile.md |   6 +-
 .../zh/UserGuide/Operation Manual/SQL Reference.md |  10 +-
 docs/zh/UserGuide/Server/Download.md               |  14 +-
 example/flink/pom.xml                              |   2 +-
 example/hadoop/pom.xml                             |   6 +-
 example/jdbc/pom.xml                               |   2 +-
 example/kafka/pom.xml                              |   2 +-
 .../main/java/org/apache/iotdb/kafka/Constant.java |   2 +
 example/mqtt/pom.xml                               |   2 +-
 example/pom.xml                                    |   3 +-
 example/{tsfile => pulsar}/pom.xml                 |  18 +-
 .../java/org/apache/iotdb/pulsar}/Constant.java    |  18 +-
 .../org/apache/iotdb/pulsar/PulsarConsumer.java    | 108 ++++
 .../apache/iotdb/pulsar/PulsarConsumerThread.java  |  70 +++
 .../org/apache/iotdb/pulsar/PulsarProducer.java    |  82 +++
 example/rocketmq/pom.xml                           |   2 +-
 example/session/pom.xml                            |   2 +-
 .../main/java/org/apache/iotdb/SessionExample.java |  14 +
 example/tsfile/pom.xml                             |   2 +-
 flink-iotdb-connector/pom.xml                      |   2 +-
 .../java/org/apache/iotdb/flink/IoTDBSink.java     |  25 +-
 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 +-
 .../resources/conf/iotdb-engine.properties         |   2 +-
 .../level/LevelCompactionTsFileManagement.java     |  41 +-
 .../engine/compaction/utils/CompactionUtils.java   |   2 +-
 .../iotdb/db/engine/flush/MemTableFlushTask.java   |   2 +-
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  52 +-
 .../db/engine/memtable/IWritableMemChunk.java      |  24 +-
 .../iotdb/db/engine/memtable/WritableMemChunk.java |  35 +-
 .../db/engine/querycontext/ReadOnlyMemChunk.java   |  21 +-
 .../db/engine/storagegroup/TsFileResource.java     |   2 +-
 .../db/qp/physical/sys/CreateTimeSeriesPlan.java   |   6 +-
 .../iotdb/db/utils/datastructure/TVList.java       | 128 ++---
 .../db/engine/memtable/PrimitiveMemTableTest.java  |   2 +-
 .../db/integration/IoTDBInsertWithQueryIT.java     | 503 ++++++++++++++++++
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   | 379 +++++++++++++-
 service-rpc/pom.xml                                |   2 +-
 .../java/org/apache/iotdb/rpc/IoTDBRpcDataSet.java |   7 +-
 session/pom.xml                                    |   2 +-
 site/README-zh.md                                  |   8 +-
 site/README.md                                     |  15 +-
 site/pom.xml                                       | 568 +++++++++++++++++----
 site/src/main/.vuepress/config.js                  | 198 ++++++-
 site/src/main/package.json                         |   6 +-
 spark-iotdb-connector/pom.xml                      |   2 +-
 spark-tsfile/pom.xml                               |   4 +-
 thrift/pom.xml                                     |   2 +-
 tsfile/pom.xml                                     |   2 +-
 .../iotdb/tsfile/encoding/encoder/SDTEncoder.java  | 448 ++++++++++++++++
 .../iotdb/tsfile/read/TsFileSequenceReader.java    |  18 +-
 .../iotdb/tsfile/write/chunk/ChunkWriterImpl.java  | 121 ++++-
 .../iotdb/tsfile/encoding/SDTEncoderTest.java      | 176 +++++++
 .../tsfile/read/TsFileSequenceReaderTest.java      |  25 +-
 81 files changed, 3014 insertions(+), 420 deletions(-)
 create mode 100644 docs/UserGuide/Concept/SDT.md
 copy server/file-changelists/role-changelist.md => docs/zh/UserGuide/Concept/SDT.md (53%)
 copy example/{tsfile => pulsar}/pom.xml (79%)
 copy example/{tsfile/src/main/java/org/apache/iotdb/tsfile => pulsar/src/main/java/org/apache/iotdb/pulsar}/Constant.java (66%)
 create mode 100644 example/pulsar/src/main/java/org/apache/iotdb/pulsar/PulsarConsumer.java
 create mode 100644 example/pulsar/src/main/java/org/apache/iotdb/pulsar/PulsarConsumerThread.java
 create mode 100644 example/pulsar/src/main/java/org/apache/iotdb/pulsar/PulsarProducer.java
 create mode 100644 server/src/test/java/org/apache/iotdb/db/integration/IoTDBInsertWithQueryIT.java
 create mode 100644 tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/encoder/SDTEncoder.java
 create mode 100644 tsfile/src/test/java/org/apache/iotdb/tsfile/encoding/SDTEncoderTest.java