shuwenwei commented on code in PR #498: URL: https://github.com/apache/tsfile/pull/498#discussion_r2099986231
########## java/tsfile/src/main/java/org/apache/tsfile/file/metadata/ChunkMetadata.java: ########## @@ -430,4 +430,8 @@ public boolean hasNullValue(int measurementIndex) { public MeasurementSchema toMeasurementSchema() { return new MeasurementSchema(measurementUid, tsDataType, encoding, compressionType); } + + public TSEncoding getEncoding() { Review Comment: This method is not used and it may lead to the wrong way of using 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: notifications-unsubscr...@tsfile.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org