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 2022/09/30 08:39:51 UTC

[GitHub] [iotdb] HTHou commented on a diff in pull request #7495: [IOTDB-4562] Optimization of ITimeIndex

HTHou commented on code in PR #7495:
URL: https://github.com/apache/iotdb/pull/7495#discussion_r984356647


##########
server/src/main/java/org/apache/iotdb/db/engine/storagegroup/TsFileResource.java:
##########
@@ -96,7 +97,7 @@ public class TsFileResource {
   protected ITimeIndex timeIndex;
 
   /** time index type, V012FileTimeIndex = 0, deviceTimeIndex = 1, fileTimeIndex = 2 */
-  private byte timeIndexType;
+  //  private byte timeIndexType;

Review Comment:
   If it's useless, u can remove it.



-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org