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


##########
streampipes-extensions/streampipes-sinks-internal-jvm/src/main/java/org/apache/streampipes/sinks/internal/jvm/datalake/DataLakeSink.java:
##########
@@ -106,7 +110,9 @@ public void onInvocation(SinkParams parameters, 
EventSinkRuntimeContext runtimeC
 
     this.ensureMeasurementPropertiesExist(eventSchema);
 
-    var measure = new DataLakeMeasure(measureName, timestampField, 
eventSchema);
+    var retentionTime = getRetentionTime(measureName, 
runtimeContext.getStreamPipesClient());

Review Comment:
   ```suggestion
       var retentionTimeConfig = getRetentionTime(measureName, 
runtimeContext.getStreamPipesClient());
   ```



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