skorper commented on code in PR #291:
URL: 
https://github.com/apache/incubator-sdap-nexus/pull/291#discussion_r1443535938


##########
analysis/webservice/algorithms/doms/ResultsStorage.py:
##########
@@ -357,19 +357,18 @@ def __rowToDataEntry(self, row, trim_data=False):
 
         return entry
 
-    def __retrieveStats(self, id):
-        cql = "SELECT num_gridded_matched, num_insitu_matched, 
time_to_complete FROM doms_execution_stats where execution_id = %s limit 1"
+    def retrieveStats(self, id):

Review Comment:
   NOTE: This change was originally made in another PR that hasn't yet been 
merged. Will rebase once we merged PRs and this should not show up in the diff. 



-- 
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: dev-unsubscr...@sdap.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to