You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/01/24 08:56:37 UTC

[GitHub] Beyyes commented on a change in pull request #9: [IOTDB-5]Embedding modifications in querying

Beyyes commented on a change in pull request #9: [IOTDB-5]Embedding modifications in querying
URL: https://github.com/apache/incubator-iotdb/pull/9#discussion_r250493693
 
 

 ##########
 File path: tsfile/src/main/java/org/apache/iotdb/tsfile/write/writer/TsFileIOWriter.java
 ##########
 @@ -142,9 +143,9 @@ public void startFlushChunkGroup(String deviceId) throws IOException {
    * @throws IOException if I/O error occurs
    */
   public int startFlushChunk(MeasurementSchema descriptor, CompressionType compressionCodecName,
-      TSDataType tsDataType, TSEncoding encodingType, Statistics<?> statistics, long maxTime,
-      long minTime,
-      int datasize, int numOfPages) throws IOException {
+                             TSDataType tsDataType, TSEncoding encodingType, Statistics<?> statistics, long maxTime,
+                             long minTime,
+                             int datasize, int numOfPages) throws IOException {
 
 Review comment:
   dataSize

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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