This is an automated email from the ASF dual-hosted git repository. leirui pushed a commit to branch research/LTS-visualization in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 6ba0476a6cb04945a3cfae50554f1f00d2b38c53 Author: Lei Rui <[email protected]> AuthorDate: Mon Oct 14 23:24:36 2024 +0800 add --- .../iotdb/db/query/simpiece/MySample_shrinkingcone_full2.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/src/main/java/org/apache/iotdb/db/query/simpiece/MySample_shrinkingcone_full2.java b/server/src/main/java/org/apache/iotdb/db/query/simpiece/MySample_shrinkingcone_full2.java index 47103e418ec..26cc9572324 100644 --- a/server/src/main/java/org/apache/iotdb/db/query/simpiece/MySample_shrinkingcone_full2.java +++ b/server/src/main/java/org/apache/iotdb/db/query/simpiece/MySample_shrinkingcone_full2.java @@ -83,9 +83,9 @@ public class MySample_shrinkingcone_full2 { TimeSeriesReader.getMyTimeSeries( inputStream, delimiter, false, N, start, hasHeader, true); for (int x = 0; x < noutList.length; x++) { - if (y == 1 && x > 6) { - continue; // because SC on Qloss special? - } +// if (y == 1 && x > 6) { +// continue; // because SC on Qloss special? +// } int nout = noutList[x]; //
