Commit 6de9428f by Sarath Subramanian

ATLAS-2841: Regression, Tag Propagation : When a table is moved from database1…

ATLAS-2841: Regression, Tag Propagation : When a table is moved from database1 to database2 , tag propagated from db1 still propagated to table.
parent b9637b9a
......@@ -296,8 +296,8 @@ public abstract class DeleteHandlerV1 {
// for relationship edges, inverse vertex's relationship attribute doesn't need to be updated.
// only delete the reference relationship edge
if (GraphHelper.isRelationshipEdge(edge)) {
deleteEdge(edge, isInternalType);
if (isRelationshipEdge(edge)) {
deleteRelationships(Collections.singleton(edge), isInternalType);
AtlasVertex referencedVertex = entityRetriever.getReferencedEntityVertex(edge, relationshipDirection, entityVertex);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment