Skip to content

Commit

Permalink
[Fix] Avoid NullPointerException by filtering empty result row in sim…
Browse files Browse the repository at this point in the history
…ilar-wps.sparql
  • Loading branch information
kostobog committed Jul 26, 2023
1 parent a314396 commit 625f15d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ SELECT ?wpA ?wpB ?wpAtaskCount (COUNT(DISTINCT ?taskTypeB) as ?wpBtaskCount)
BIND(TRUE as ?commonTask)
}
} GROUP BY ?wpA ?wpB ?wpAtaskCount
HAVING (BOUND(?wpB))
ORDER BY DESC(?similarity)

0 comments on commit 625f15d

Please sign in to comment.