skorper commented on code in PR #267:
URL:
https://github.com/apache/incubator-sdap-nexus/pull/267#discussion_r1302077304
##########
analysis/webservice/algorithms/doms/ResultsStorage.py:
##########
@@ -285,7 +285,8 @@ def __enrichPrimaryDataWithMatches(self, id, dataMap,
trim_data=False):
dataMap[row.primary_value_id]["matches"] = []
dataMap[row.primary_value_id]["matches"].append(entry)
else:
- print(row)
+ # print(row)
+ pass
Review Comment:
@ngachung To summarize, since we are only querying for a single page of data
rather than ALL rows for a given execution ID, not all secondary rows with a
matching execution ID will be used because they may be on a different page.
--
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]