shuwenwei commented on code in PR #470: URL: https://github.com/apache/tsfile/pull/470#discussion_r2055314951
########## java/tsfile/src/main/java/org/apache/tsfile/file/metadata/TimeseriesMetadata.java: ########## @@ -394,4 +400,37 @@ public String toString() { + chunkMetadataList + '}'; } + + public static void main(String[] args) throws IOException { Review Comment: Should this test be deleted? -- 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