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 76c0ff69420d9ad130d663b9ea720452bc839e4c Author: Lei Rui <[email protected]> AuthorDate: Wed Jun 14 15:09:56 2023 +0800 fix --- .../src/main/java/org/apache/iotdb/tsfile/read/common/ChunkSuit4CPV.java | 1 - 1 file changed, 1 deletion(-) 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 67520439d22..d1396da497b 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 @@ -422,7 +422,6 @@ public class ChunkSuit4CPV { default: throw new IOException("Unsupported data type!"); } - return estimatedPos; } else { // to find the closet timestamp equal to or smaller // than the given timestamp
