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


##########
streampipes-extensions/streampipes-sinks-internal-jvm/src/main/java/org/apache/streampipes/sinks/internal/jvm/datalake/DataLakeSink.java:
##########
@@ -151,6 +157,21 @@ public StaticProperty resolveConfiguration(
     return staticProperty;
   }
 
+  private RetentionTimeConfig getRetentionTime(String measureName, 
IStreamPipesClient client){
+
+    IDataExplorerSchemaManagement dataExplorerSchemaManagement=new 
DataExplorerDispatcher().getDataExplorerManager()

Review Comment:
   ```suggestion
       IDataExplorerSchemaManagement dataExplorerSchemaManagement = new 
DataExplorerDispatcher().getDataExplorerManager()
   ```



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