Skip to content

Commit

Permalink
chore: remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanDavlyatshin committed Aug 12, 2024
1 parent f3a95c0 commit 8a0d571
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ BEGIN
FROM raw_data.coverage coverage
JOIN MatchingInstances ON MatchingInstances.instance_id = coverage.instance_id AND MatchingInstances.classname = coverage.classname
GROUP BY
-- MatchingInstances.classname, -- TODO think about it
MatchingInstances.signature,
MatchingInstances.body_checksum,
MatchingInstances.build_id,
Expand Down Expand Up @@ -797,7 +796,6 @@ BEGIN
WHERE (coverage_created_at_start IS NULL OR coverage.created_at >= coverage_created_at_start)
AND (coverage_created_at_end IS NULL OR coverage.created_at <= coverage_created_at_end)
GROUP BY
-- MatchingInstances.classname, -- TODO think about it
MatchingInstances.signature,
MatchingInstances.body_checksum,
MatchingInstances.build_id,
Expand Down

0 comments on commit 8a0d571

Please sign in to comment.