You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/11/04 14:37:50 UTC

[GitHub] [incubator-iotdb] LeiRui commented on a change in pull request #513: [IOTDB-215]Update TsFile sketch tool and TsFile docs for v0.9.0

LeiRui commented on a change in pull request #513: [IOTDB-215]Update TsFile sketch tool and TsFile docs for v0.9.0
URL: https://github.com/apache/incubator-iotdb/pull/513#discussion_r342080993
 
 

 ##########
 File path: docs/Documentation/UserGuide/8-System Design (Developer)/1-Hierarchy.md
 ##########
 @@ -123,30 +120,30 @@ PageHeader Structure
         	<tr><td>Data size before compressing</td><td>int</td>
         	<tr><td>Data size after compressing(if use SNAPPY)</td><td>int</td>
         	<tr><td>Number of values</td><td>int</td>
-        	<tr><td>Minimum time stamp</td><td>long</td>
         	<tr><td>Maximum time stamp</td><td>long</td>
-        	<tr><td>Minimum value of the page</td><td>Type of the page</td>
+        	<tr><td>Minimum time stamp</td><td>long</td>
         	<tr><td>Maximum value of the page</td><td>Type of the page</td>
+          <tr><td>Minimum value of the page</td><td>Type of the page</td>
 
 Review comment:
   fixed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services