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


##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/constant/PipeProcessorConstant.java:
##########
@@ -77,6 +87,22 @@ public class PipeProcessorConstant {
   public static final long 
PROCESSOR_CHANGING_VALUE_MAX_TIME_INTERVAL_DEFAULT_VALUE =
       Long.MAX_VALUE;
 
+  public static final String 
PROCESSOR_CHANGING_POINT_ARRIVAL_TIME_MIN_INTERVAL =
+      "processor.changing-point.arrival-time.min-interval";
+  public static final String 
PROCESSOR_CHANGING_POINT_ARRIVAL_TIME_MAX_INTERVAL =
+      "processor.changing-point.arrival-time.max-interval";
+  public static final String PROCESSOR_CHANGING_POINT_EVENT_TIME_MIN_INTERVAL =
+      "processor.changing-point.event-time.min-interval";

Review Comment:
   DownSamplingProcessor subclasses do not necessarily support arrivalTime. . . 
. .



-- 
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