You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/01/26 12:43:19 UTC

[incubator-streampipes] branch dev updated: [hotfix] Remove old todo

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new d870e59  [hotfix] Remove old todo
d870e59 is described below

commit d870e5935c326fb46a498432464312072aa2b4f5
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Jan 26 13:42:11 2022 +0100

    [hotfix] Remove old todo
---
 .../apache/streampipes/dataexplorer/v4/query/DataExplorerQueryV4.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git a/streampipes-data-explorer/src/main/java/org/apache/streampipes/dataexplorer/v4/query/DataExplorerQueryV4.java b/streampipes-data-explorer/src/main/java/org/apache/streampipes/dataexplorer/v4/query/DataExplorerQueryV4.java
index f516128..c1a5121 100644
--- a/streampipes-data-explorer/src/main/java/org/apache/streampipes/dataexplorer/v4/query/DataExplorerQueryV4.java
+++ b/streampipes-data-explorer/src/main/java/org/apache/streampipes/dataexplorer/v4/query/DataExplorerQueryV4.java
@@ -58,8 +58,6 @@ public class DataExplorerQueryV4 {
         InfluxDB influxDB = DataExplorerUtils.getInfluxDBClient();
         List<QueryElement<?>> queryElements = getQueryElements();
 
-
-        // TODO get parameter maximumAmountOfEvents
         if (this.maximumAmountOfEvents != -1) {
             QueryBuilder countQueryBuilder = QueryBuilder.create(BackendConfig.INSTANCE.getInfluxDatabaseName());
             Query countQuery = countQueryBuilder.build(queryElements, true);