Neo4jGraphSearch mixes up "null"
with null
entity type
#3121
Labels
bug
Bug report
devops
PR or Issue related to DataHub backend & deployment
pending-submitter-response
Issue/request has been reviewed but requires a response from the submitter
The
findRelatedEntities
method of the Neo4J implementation ofGraphService
interprets a source or destination type"null"
as thenull
value, which means any type. With"null"
you restrict the result to only get entities related to / of type"null"
, not any.There are tests in #3011 that test this behaviour.
The text was updated successfully, but these errors were encountered: