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/09/19 04:26:39 UTC

[incubator-iotdb] branch master updated (978338a -> c566bf5)

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 978338a  fix rpc error (#401)
     add c566bf5  [IOTDB-223]Add a TsFile sketch tool (#398)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   2 +
 .../UserGuide/8-TsFile/3-Hierarchy.md              |  86 +++++++-
 .../org/apache/iotdb/tsfile/TsFileSketchTool.java  | 220 +++++++++++++++++++++
 3 files changed, 307 insertions(+), 1 deletion(-)
 create mode 100644 example/tsfile/src/main/java/org/apache/iotdb/tsfile/TsFileSketchTool.java