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_r250502508
########## File path: tsfile/src/main/java/org/apache/iotdb/tsfile/read/reader/chunk/ChunkReader.java ########## @@ -47,8 +47,7 @@ private Filter filter; private BatchData data; - - private long maxTombstoneTime; + protected long deletedAt; Review comment: Make a specific comment about the deleteAt, maybe not in this class. Variable `deletedAt` and `vision` is important. If the comment is good enough, we can just see these comments to know the implement details about delete function. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
