Commit 65d42c16 by Sarath Subramanian

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

Revert "ATLAS-2841: Regression, Tag Propagation : When a table is moved from database1 to database2 , tag propagated from db1 still propagated to table." This reverts commit 6de9428f.
parent 37c753bd
......@@ -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 (isRelationshipEdge(edge)) {
deleteRelationships(Collections.singleton(edge), isInternalType);
if (GraphHelper.isRelationshipEdge(edge)) {
deleteEdge(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