This is an automated email from the ASF dual-hosted git repository. leirui pushed a commit to branch research/M4-visualization in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 8d2f71561a0d572ecdc2240e9565a71d058978f8 Author: Lei Rui <[email protected]> AuthorDate: Fri Jul 7 14:51:34 2023 +0800 fix --- .../main/java/org/apache/iotdb/tsfile/read/common/ChunkSuit4CPV.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/ChunkSuit4CPV.java b/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/ChunkSuit4CPV.java index daa37817ca8..b5791f0ed4e 100644 --- a/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/ChunkSuit4CPV.java +++ b/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/ChunkSuit4CPV.java @@ -386,6 +386,8 @@ public class ChunkSuit4CPV { M4_CHUNK_METADATA.info("estimatedPos=" + estimatedPos); M4_CHUNK_METADATA.info("count=" + chunkMetadata.getStatistics().getCount()); M4_CHUNK_METADATA.info("stepregress segmentKeys=" + stepRegress.getSegmentKeys()); + M4_CHUNK_METADATA.info( + "stepregress segmentIntercepts=" + stepRegress.getSegmentIntercepts()); M4_CHUNK_METADATA.info("stepregress slope=" + stepRegress.getSlope()); throw e; }
