shuwenwei commented on code in PR #550: URL: https://github.com/apache/tsfile/pull/550#discussion_r2230491413
########## java/tsfile/src/main/java/org/apache/tsfile/file/metadata/MetadataIndexNode.java: ########## @@ -33,10 +33,12 @@ import java.io.OutputStream; import java.nio.ByteBuffer; import java.util.ArrayList; +import java.util.Arrays; import java.util.List; public class MetadataIndexNode { + private static final double LOG2 = Math.log(2); Review Comment: Used for calculating complexity, it will select the search method according to the complexity. -- 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: notifications-unsubscr...@tsfile.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org