luoluoyuyu commented on code in PR #14168:
URL: https://github.com/apache/iotdb/pull/14168#discussion_r1893647798


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/processor/downsampling/sdt/SwingingDoorTrendingSamplingProcessor.java:
##########
@@ -49,21 +51,7 @@ public class SwingingDoorTrendingSamplingProcessor extends 
DownSamplingProcessor
    */
   private double compressionDeviation;
 
-  /**
-   * The minimum time distance between two stored data points if current point 
time to the last
-   * stored point time distance <= compressionMinTimeInterval, current point 
will NOT be stored
-   * regardless of compression deviation
-   */
-  private long compressionMinTimeInterval;
-
-  /**
-   * The maximum time distance between two stored data points if current point 
time to the last
-   * stored point time distance >= compressionMaxTimeInterval, current point 
will be stored
-   * regardless of compression deviation
-   */
-  private long compressionMaxTimeInterval;
-
-  private PartialPathLastObjectCache<SwingingDoorTrendingFilter<?>> 
pathLastObjectCache;
+  private PartialPathLastObjectCache<SwingingDoorTrendingFilter> 
pathLastObjectCache;

Review Comment:
   This conflicts with TumblingTimeSamplingProcessor



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to