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 2019/11/05 08:52:03 UTC

[incubator-iotdb] branch master updated (db42b35 -> c647b18)

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

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


    from db42b35  fix that strings int the python example should be cast to bytes (#521)
     add c647b18  [IOTDB-215]Update TsFile sketch tool and TsFile docs for v0.9.0 (#513)

No new revisions were added by this update.

Summary of changes:
 .../8-System Design (Developer)/1-Hierarchy.md     | 397 ++++++++++++---------
 .../apache/iotdb/db/tools/TsFileSketchTool.java    |  82 ++++-
 .../iotdb/db/integration/IoTDBQueryDemoIT.java     | 203 +++++++++++
 .../iotdb/tsfile/file/metadata/TsFileMetaData.java |   4 +-
 .../iotdb/tsfile/utils/ReadWriteIOUtils.java       |   4 +-
 5 files changed, 504 insertions(+), 186 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/integration/IoTDBQueryDemoIT.java