tenthe commented on code in PR #3870:
URL: https://github.com/apache/streampipes/pull/3870#discussion_r2450978298


##########
streampipes-model/src/main/java/org/apache/streampipes/model/datalake/DataLakeMeasure.java:
##########
@@ -76,6 +76,14 @@ public DataLakeMeasure(String measureName, String 
timestampField, EventSchema ev
     this.timestampField = timestampField;
   }
 
+
+  public DataLakeMeasure(String measureName, String timestampField, 
EventSchema eventSchema, RetentionTimeConfig retentionTime) {

Review Comment:
   ```suggestion
     public DataLakeMeasure(String measureName, String timestampField, 
EventSchema eventSchema, RetentionTimeConfig retentionTimeConfig) {
   ```



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